intc
Xilinx SDK Drivers API Documentation
xintc_l.c File Reference

Functions

void XIntc_DeviceInterruptHandler (void *DeviceId)
 This is the interrupt handler for the driver interface provided in this file when there can be no argument passed to the handler. 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...