/
Interrupt Handling

Interrupt Handling

Interrupt handling under the uC/OS BSP is centralized and every interrupts in a system should be configured using the UCOS_Int* API. The same API is used for the Zynq PS and MicroBlaze interrupt handling.

Quick API reference :

FunctionDescription
UCOS_IntSrcEnEnable an interrupt source
UCOS_IntSrcDisDisable an interrupt source
UCOS_IntPrioSetConfigure the priority of an interrupt source
UCOS_IntTargetSetConfigure the targe cpu(s) of an interrupt source
UCOS_IntVectSetRegister an interrupt vector