![]() |
dp
Xilinx SDK Drivers API Documentation
|
Functions | |
void | XDp_CfgInitialize (XDp *InstancePtr, XDp_Config *ConfigPtr, UINTPTR EffectiveAddr) |
This function retrieves the configuration for this DisplayPort instance and fills in the InstancePtr->Config structure. More... | |
u32 | XDp_Initialize (XDp *InstancePtr) |
This function prepares the DisplayPort core for use depending on whether the core is operating in TX or RX mode. More... | |
void | XDp_SetUserTimerHandler (XDp *InstancePtr, XDp_TimerHandler CallbackFunc, void *CallbackRef) |
This function installs a custom delay/sleep function to be used by the XDp driver. More... | |
void | XDp_WaitUs (XDp *InstancePtr, u32 MicroSeconds) |
This function is the delay/sleep function for the XDp driver. More... | |
u8 | XDp_IsLinkRateValid (XDp *InstancePtr, u8 LinkRate) |
This function checks the validity of the link rate. More... | |
u8 | XDp_IsLaneCountValid (XDp *InstancePtr, u8 LaneCount) |
This function checks the validity of the lane count. More... | |