dp12
Xilinx SDK Drivers API Documentation
XDp Struct Reference

The XDp instance data. More...

Data Fields

XDp_Config Config
 Configuration structure for the DisplayPort TX core. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
XDp_TimerHandler UserTimerWaitUs
 Custom user function for delay/sleep. More...
 
void * UserTimerPtr
 Pointer to a timer instance used by the custom user delay/sleep function. More...
 

Detailed Description

The XDp instance data.

The user is required to allocate a variable of this type for every XDp device in the system. A pointer to a variable of this type is then passed to the driver API functions.

Field Documentation

◆ Config

XDp_Config XDp::Config

Configuration structure for the DisplayPort TX core.

Referenced by XDp_CfgInitialize(), XDp_IsLaneCountValid(), and XDp_IsLinkRateValid().

◆ IsReady

u32 XDp::IsReady

Device is initialized and ready.

Referenced by XDp_Initialize(), XDp_InterruptHandler(), XDp_SelfTest(), and XDp_WaitUs().

◆ UserTimerPtr

void* XDp::UserTimerPtr

Pointer to a timer instance used by the custom user delay/sleep function.

Referenced by XDp_SetUserTimerHandler().

◆ UserTimerWaitUs

XDp_TimerHandler XDp::UserTimerWaitUs

Custom user function for delay/sleep.

Referenced by XDp_SetUserTimerHandler(), and XDp_WaitUs().