Registers the interrupt handler.
Prototype
void XRegisterInterruptHandler(void *IntrHandler, UINTPTR IntcParent);
Parameters
The following table lists the XRegisterInterruptHandler function arguments.
| Name | Description |
|---|---|
| IntrHandler | Interrupt handler. |
| IntcParent | Interrupt controller baseaddress and type. |