Dataflow Runtime API
4.0.1.0
|
Functions | |
void | runtimeSchedule () |
Scheduler to determinate next event to be processed (highest priority first). More... | |
void runtimeSchedule | ( | ) |
Scheduler to determinate next event to be processed (highest priority first).
External "C" function because it has to be called from assembler Remarks: 1) The scheduler is entered and exited with interrupts DISABLED 2) the scheduler must be called at task level only (software context)