![]() |
iomodule
Vitis Drivers API Documentation
|
Defines the number of timer counters within a single hardware device. More...
Data Fields | |
XInterruptHandler | Handler |
Holds the Interrupt handler. More... | |
void * | CallBackRef |
Data to be passed while invoking handler. More... | |
Defines the number of timer counters within a single hardware device.
This number is not currently parameterized in the hardware but may be in the future.
void* XIOModule_VectorTableEntry::CallBackRef |
Data to be passed while invoking handler.
Referenced by XIOModule_Connect(), XIOModule_ConnectFastHandler(), XIOModule_DeviceInterruptHandler(), XIOModule_Disconnect(), XIOModule_HandlerTable_Initialize(), XIOModule_RegisterHandler(), and XIOModule_SetNormalIntrMode().
XInterruptHandler XIOModule_VectorTableEntry::Handler |
Holds the Interrupt handler.
Referenced by XIOModule_Connect(), XIOModule_ConnectFastHandler(), XIOModule_DeviceInterruptHandler(), XIOModule_Disconnect(), XIOModule_HandlerTable_Initialize(), XIOModule_RegisterHandler(), XIOModule_SetHandler(), and XIOModule_SetNormalIntrMode().