iomodule
Xilinx SDK Drivers API Documentation
xiomodule_intr.c File Reference

Functions

void XIOModule_InterruptHandler (XIOModule *InstancePtr)
 Interrupt handler for the driver used when there can be no argument passed to the handler. 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...