Connects to the interrupt controller.
Prototype
int XConnectToInterruptCntrl(u32 IntrId, void *IntrHandler, void *CallBackRef, UINTPTR IntcParent);
Parameters
The following table lists the XConnectToInterruptCntrl function arguments.
| Name | Description |
|---|---|
| IntrId | Interrupt Id. |
| IntrHandler | Interrupt handler. |
| CallBackRef | Callback reference for handler. |
| IntcParent | Interrupt controller baseaddress and type. |