|
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...
|
|
void | XScuGic_InterruptUnmapFromCpuByDistAddr (u32 DistBaseAddress, u8 Cpu_Id, u32 Int_Id) |
| Unmaps specific SPI interrupt from the target CPU. More...
|
|
void | XScuGic_UnmapAllInterruptsFromCpuByDistAddr (u32 DistBaseAddress, u8 Cpu_Id) |
| Unmaps all SPI interrupts from the target CPU. More...
|
|