iomodule
Vitis Drivers API Documentation
xiomodule_intr.c File Reference

Functions

void XIOModule_InterruptHandler (XIOModule *InstancePtr)
 The interrupt handler for the driver. More...
 
void XIOModule_SetHandler (XIOModule *InstancePtr, XIOModule_Timer_Handler FuncPtr, void *CallBackRef)
 Sets the timer callback function, which the driver calls when the specified timer times out. More...
 
void XIOModule_Timer_InterruptHandler (void *InstancePtr)
 Interrupt Service Routine (ISR) for the driver. More...