dp
Xilinx SDK Drivers API Documentation
XDp_TxLinkConfig Struct Reference

This typedef contains configuration information about the main link settings. More...

Data Fields

u8 LaneCount
 The current lane count of the main link. More...
 
u8 LinkRate
 The current link rate of the main link. More...
 
u8 ScramblerEn
 Symbol scrambling is currently in use over the main link. More...
 
u8 EnhancedFramingMode
 Enhanced frame mode is currently in use over the main link. More...
 
u8 DownspreadControl
 Downspread control is currently in use over the main link. More...
 
u8 MaxLaneCount
 The maximum lane count of the main link. More...
 
u8 MaxLinkRate
 The maximum link rate of the main link. More...
 
u8 SupportEnhancedFramingMode
 Enhanced frame mode is supported by the RX device. More...
 
u8 SupportDownspreadControl
 Downspread control is supported by the RX device. More...
 
u8 VsLevel
 The current voltage swing level for each lane. More...
 
u8 PeLevel
 The current pre-emphasis/cursor level for each lane. More...
 
u8 Pattern
 The current pattern currently in use over the main link. More...
 

Detailed Description

This typedef contains configuration information about the main link settings.

Field Documentation

◆ DownspreadControl

u8 XDp_TxLinkConfig::DownspreadControl

Downspread control is currently in use over the main link.

◆ EnhancedFramingMode

u8 XDp_TxLinkConfig::EnhancedFramingMode

Enhanced frame mode is currently in use over the main link.

◆ LaneCount

u8 XDp_TxLinkConfig::LaneCount

The current lane count of the main link.

◆ LinkRate

u8 XDp_TxLinkConfig::LinkRate

The current link rate of the main link.

◆ MaxLaneCount

u8 XDp_TxLinkConfig::MaxLaneCount

The maximum lane count of the main link.

◆ MaxLinkRate

u8 XDp_TxLinkConfig::MaxLinkRate

The maximum link rate of the main link.

◆ Pattern

u8 XDp_TxLinkConfig::Pattern

The current pattern currently in use over the main link.

◆ PeLevel

u8 XDp_TxLinkConfig::PeLevel

The current pre-emphasis/cursor level for each lane.

◆ ScramblerEn

u8 XDp_TxLinkConfig::ScramblerEn

Symbol scrambling is currently in use over the main link.

◆ SupportDownspreadControl

u8 XDp_TxLinkConfig::SupportDownspreadControl

Downspread control is supported by the RX device.

◆ SupportEnhancedFramingMode

u8 XDp_TxLinkConfig::SupportEnhancedFramingMode

Enhanced frame mode is supported by the RX device.

◆ VsLevel

u8 XDp_TxLinkConfig::VsLevel

The current voltage swing level for each lane.