dppsu
Xilinx SDK Drivers API Documentation
XDpPsu_LinkConfig 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 XDpPsu_LinkConfig::DownspreadControl

Downspread control is currently in use over the main link.

Referenced by XDpPsu_SetDownspread().

◆ EnhancedFramingMode

u8 XDpPsu_LinkConfig::EnhancedFramingMode

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

Referenced by XDpPsu_SetEnhancedFrameMode().

◆ LaneCount

u8 XDpPsu_LinkConfig::LaneCount

The current lane count of the main link.

Referenced by XDpPsu_CfgMsaRecalculate(), XDpPsu_EstablishLink(), and XDpPsu_SetLaneCount().

◆ LinkRate

u8 XDpPsu_LinkConfig::LinkRate

The current link rate of the main link.

Referenced by XDpPsu_CfgMsaRecalculate(), and XDpPsu_EstablishLink().

◆ MaxLaneCount

u8 XDpPsu_LinkConfig::MaxLaneCount

The maximum lane count of the main link.

Referenced by XDpPsu_CfgMainLinkMax().

◆ MaxLinkRate

u8 XDpPsu_LinkConfig::MaxLinkRate

The maximum link rate of the main link.

Referenced by XDpPsu_CfgMainLinkMax().

◆ Pattern

u8 XDpPsu_LinkConfig::Pattern

The current pattern currently in use over the main link.

◆ PeLevel

u8 XDpPsu_LinkConfig::PeLevel

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

Referenced by XDpPsu_SetVswingPreemp().

◆ ScramblerEn

u8 XDpPsu_LinkConfig::ScramblerEn

Symbol scrambling is currently in use over the main link.

Referenced by XDpPsu_SetScrambler().

◆ SupportDownspreadControl

u8 XDpPsu_LinkConfig::SupportDownspreadControl

Downspread control is supported by the RX device.

◆ SupportEnhancedFramingMode

u8 XDpPsu_LinkConfig::SupportEnhancedFramingMode

Enhanced frame mode is supported by the RX device.

◆ VsLevel

u8 XDpPsu_LinkConfig::VsLevel

The current voltage swing level for each lane.

Referenced by XDpPsu_SetVswingPreemp().