mmidp
Vitis Drivers API Documentation
xmmidp_intr.c File Reference

Functions

void XMmiDp_ClearGeneralHpdEvent (XMmiDp *InstancePtr)
 This function clears XMMIDP_GENERAL_INT0 HPD_EVENT bit. More...
 
void XMmiDp_GeneralInterruptEnable (XMmiDp *InstancePtr, u32 Mask)
 This function enables XMMIDP_GENERAL_INTERRUPT_0 bits based on the mask. More...
 
void XMmiDp_HpdInterruptEnable (XMmiDp *InstancePtr, u32 Mask)
 This function enables XMMIDP_HPD_INTERRUPT_ENABLE bits based on the mask. More...
 
void XMmiDp_SetHpdIrqHandler (XMmiDp *InstancePtr, XMmiDp_HpdIrqHandler CallbackFunc, void *CallbackRef)
 This function installs a callback function for when a hpd irq event interrupt occurs. More...
 
void XMmiDp_SetHpdHotPlugHandler (XMmiDp *InstancePtr, XMmiDp_HpdHotPlugHandler CallbackFunc, void *CallbackRef)
 This function installs a callback function for when a hpd hotplug interrupt occurs. More...
 
void XMmiDp_HpdInterruptHandler (XMmiDp *InstancePtr)
 This function is the HPD Event interrupt handler for the XMmiDp driver. More...