Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
RuntimeScheduler.h File Reference

Go to the source code of this file.

Functions

void runtimeSchedule (void)
 Scheduler to determinate next event to be processed (highest priority first).
 

Function Documentation

◆ runtimeSchedule()

void runtimeSchedule ( void  )

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)