The xinterrupt_wrap.h file contains APIs related to interrupt controller initialization, peripheral interrupt registeration with interrupt controller, and interrupt enablement.
| Type | Name | Arguments |
|---|---|---|
| int | XConfigInterruptCntrl |
|
| int | XConnectToInterruptCntrl |
|
| int | XDisconnectInterruptCntrl |
|
| int | XStartInterruptCntrl |
|
| void | XEnableIntrId |
|
| void | XDisableIntrId |
|
| void | XSetPriorityTriggerType |
|
| void | XGetPriorityTriggerType |
|
| void | XStopInterruptCntrl |
|
| void | XRegisterInterruptHandler |
|
| int | XSetupInterruptSystem |
|
| s32 | XGetEncodedIntrId |
|
| s32 | XTriggerSoftwareIntr |
|