dp14rxss
Vitis Drivers API Documentation
xdprxss_intr.c File Reference

Functions

void XDpRxSs_DpIntrHandler (void *InstancePtr)
 This function is the interrupt handler for the DisplayPort RX core operating in RX mode. More...
 
void XDpRxSs_HdcpIntrHandler (void *InstancePtr)
 This function is the interrupt handler for the HDCP Cipher core. More...
 
void XDpRxSs_Hdcp22LicFailHandler (void *InstancePtr)
 This function is the interrupt handler for HDCP22 LIC failure. More...
 
void XDpRxSs_TmrCtrIntrHandler (void *InstancePtr)
 This function is the interrupt handler for the Timer Counter core. More...
 
void XDpRxSs_DrvNoVideoHandler (void *InstancePtr)
 This function is the interrupt handler for No Video. More...
 
void XDpRxSs_DrvVideoHandler (void *InstancePtr)
 This function is for the video interrupt handler. More...
 
void XDpRxSs_DrvPowerChangeHandler (void *InstancePtr)
 This function is for the power change interrupt handler. More...
 
u32 XDpRxSs_SetCallBack (XDpRxSs *InstancePtr, u32 HandlerType, void *CallbackFunc, void *CallbackRef)
 This function installs an asynchronous callback function for the given HandlerType: More...
 
void XDpRxSs_SetUserTimerHandler (XDpRxSs *InstancePtr, XDpRxSs_TimerHandler CallbackFunc, void *CallbackRef)
 This function installs a custom delay/sleep function to be used by the DisplayPort RX Subsystem. More...