dp12
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

u8 XDp_TxLinkConfig::DownspreadControl

Downspread control is currently in use over the main link.

u8 XDp_TxLinkConfig::EnhancedFramingMode

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

u8 XDp_TxLinkConfig::LaneCount

The current lane count of the main link.

Referenced by Dptx_MstExampleRun(), and Dptx_StartLink().

u8 XDp_TxLinkConfig::LinkRate

The current link rate of the main link.

Referenced by Dptx_StartLink().

u8 XDp_TxLinkConfig::MaxLaneCount

The maximum lane count of the main link.

Referenced by Dptx_StartLink().

u8 XDp_TxLinkConfig::MaxLinkRate

The maximum link rate of the main link.

Referenced by Dptx_StartLink().

u8 XDp_TxLinkConfig::Pattern

The current pattern currently in use over the main link.

u8 XDp_TxLinkConfig::PeLevel

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

Referenced by Dptx_StartLink().

u8 XDp_TxLinkConfig::ScramblerEn

Symbol scrambling is currently in use over the main link.

u8 XDp_TxLinkConfig::SupportDownspreadControl

Downspread control is supported by the RX device.

u8 XDp_TxLinkConfig::SupportEnhancedFramingMode

Enhanced frame mode is supported by the RX device.

u8 XDp_TxLinkConfig::VsLevel

The current voltage swing level for each lane.

Referenced by Dptx_StartLink().