Setup the interrupt system.
Prototype
int XSetupInterruptSystem(void *DriverInstance, void *IntrHandler, u32 IntrId, UINTPTR IntcParent, u16 Priority);
Parameters
The following table lists the XSetupInterruptSystem function arguments.
| Name | Description |
|---|---|
| DriverInstance | Driver instance pointer. |
| IntrHandler | Interrupt handler funtion pointer. |
| IntrId | Interrupt Id. |
| IntcParent | Interrupt controller baseaddress and type. |
| Priority | Interrupt priority. |