![]() |
dp12txss
Vitis Drivers API Documentation
|
Functions | |
void | XDpTxSs_DpIntrHandler (void *InstancePtr) |
This function is the interrupt handler for the DisplayPort TX core operating in TX mode. More... | |
void | XDpTxSs_HpdEventProcess (void *InstancePtr) |
This function is process some DP driver read as per DP spec on HPD EVENT. More... | |
void | XDpTxSs_HpdPulseProcess (void *InstancePtr) |
This function is process some DP driver read as per DP spec on HPD Pulse. More... | |
u32 | XDpTxSs_SetCallBack (XDpTxSs *InstancePtr, u32 HandlerType, void *CallbackFunc, void *CallbackRef) |
This function installs an asynchronous callback function for the given HandlerType: More... | |
void | XDpTxSs_SetUserTimerHandler (XDpTxSs *InstancePtr, XDpTxSs_TimerHandler CallbackFunc, void *CallbackRef) |
This function installs a custom delay/sleep function to be used by the DisplayPort TX Subsystem. More... | |