iomodule
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Groups Pages
xiomodule_intr.c File Reference
#include "xiomodule.h"
#include "xil_types.h"
#include "xil_assert.h"
#include <stdbool.h>

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...