intc
Vitis Drivers API Documentation
xintc_l.c File Reference

Functions

XIntc_ConfigLookupConfigByBaseAddress (UINTPTR BaseAddress)
 Looks up the device configuration based on the base address of the device. More...
 
void XIntc_DeviceInterruptHandler (void *DeviceId)
 This function is the primary interrupt handler for the driver. More...
 
void XIntc_SetIntrSvcOption (UINTPTR BaseAddress, int Option)
 Set the interrupt service option, which can configure the driver so that it services only a single interrupt at a time when an interrupt occurs, or services all pending interrupts when an interrupt occurs. More...
 
void XIntc_RegisterHandler (UINTPTR BaseAddress, int InterruptId, XInterruptHandler Handler, void *CallBackRef)
 Register a handler function for a specific interrupt ID. More...
 
void XIntc_RegisterFastHandler (UINTPTR BaseAddress, u8 Id, XFastInterruptHandler FastHandler)
 Register a fast handler function for a specific interrupt ID. More...