FreeRTOS + 0/1 examples
CodeScope will show references to taskSCHEDULER_NOT_STARTED from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

taskSCHEDULER_NOT_STARTED macro

Syntax

#define taskSCHEDULER_NOT_STARTED ( ( BaseType_t ) 1 )

Examples

taskSCHEDULER_NOT_STARTED is referenced by 1 libraries and example projects.

References

LocationText
task.h:228
#define taskSCHEDULER_NOT_STARTED ( ( BaseType_t ) 1 )
cmsis_os.c:168
if (xTaskGetSchedulerState() == taskSCHEDULER_NOT_STARTED)
cmsis_os.c:1366
if (xTaskGetSchedulerState() != taskSCHEDULER_NOT_STARTED)
tasks.c:3992
xReturn = taskSCHEDULER_NOT_STARTED;