/
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 |
Related content
MicroBlaze
More like this
µC/OS-II API Reference
µC/OS-II API Reference
More like this
Preemptive Scheduling
Preemptive Scheduling
More like this
µC/OS-II Quick Reference
µC/OS-II Quick Reference
More like this
BSP_OS_TickISR
BSP_OS_TickISR
More like this
OSIntCtxSw
OSIntCtxSw
More like this