![]() |
scugic
Xilinx SDK Drivers API Documentation
|
Functions | |
s32 | XScuGic_DeviceInitialize (u32 DeviceId) |
CfgInitialize a specific interrupt controller instance/driver. More... | |
void | XScuGic_DeviceInterruptHandler (void *DeviceId) |
This function is the primary interrupt handler for the driver. More... | |
void | XScuGic_RegisterHandler (u32 BaseAddress, s32 InterruptID, Xil_InterruptHandler IntrHandler, void *CallBackRef) |
Register a handler function for a specific interrupt ID. More... | |
void | XScuGic_SetPriTrigTypeByDistAddr (u32 DistBaseAddress, u32 Int_Id, u8 Priority, u8 Trigger) |
Sets the interrupt priority and trigger type for the specificd IRQ source. More... | |
void | XScuGic_GetPriTrigTypeByDistAddr (u32 DistBaseAddress, u32 Int_Id, u8 *Priority, u8 *Trigger) |
Gets the interrupt priority and trigger type for the specificd IRQ source. More... | |
Variables | |
XScuGic_Config | XScuGic_ConfigTable [XPAR_XSCUGIC_NUM_INSTANCES] |
This table contains configuration information for each GIC device in the system. More... | |