5.1.5.16 SYS_RunTask Function
Syntax
void SYS_RunTask(void);
Description
The stack or the main()
function calls this function to process tasks. If several tasks were posted by the moment of the function’s call, it executes them in order of layer priority, starting with the highest priority layer’s task first.
Input Parameters
- None
Return Type and Values
- None