![]() |
v_hdmiphy1
Vitis Drivers API Documentation
|
This file contains functions related to XHdmiphy1 interrupt handling.
MODIFICATION HISTORY:
Ver Who Date Changes
dd/mm/yy
1.0 gm 10/12/18 Initial release.
Functions | |
| void | XHdmiphy1_IntrEnable (XHdmiphy1 *InstancePtr, XHdmiphy1_IntrHandlerType Intr) |
| This function enables interrupts associated with the specified interrupt type. More... | |
| void | XHdmiphy1_IntrDisable (XHdmiphy1 *InstancePtr, XHdmiphy1_IntrHandlerType Intr) |
| This function disabled interrupts associated with the specified interrupt type. More... | |
| void | XHdmiphy1_SetIntrHandler (XHdmiphy1 *InstancePtr, XHdmiphy1_IntrHandlerType HandlerType, XHdmiphy1_IntrHandler CallbackFunc, void *CallbackRef) |
| This function installs a callback function for the specified handler type. More... | |
| void | XHdmiphy1_InterruptHandler (XHdmiphy1 *InstancePtr) |
| This function is the interrupt handler for the XHdmiphy1 driver. More... | |