/
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 :
Function | Description |
---|---|
UCOS_IntSrcEn | Enable an interrupt source |
UCOS_IntSrcDis | Disable an interrupt source |
UCOS_IntPrioSet | Configure the priority of an interrupt source |
UCOS_IntTargetSet | Configure the targe cpu(s) of an interrupt source |
UCOS_IntVectSet | Register an interrupt vector |