FreeRTOS + 0/5 examples
CodeScope will show references to eTaskState::eRunning from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

eTaskState::eRunning

Syntax

eRunning = 0;

Examples

eTaskState::eRunning is referenced by 5 libraries and example projects.

References

LocationReferrerText
task.h:81
eRunning = 0, /* A task is querying the state of itself, so must be running. */
cmsis_os.c:1390osThreadGetState()
case eRunning :
tasks.c:1397eTaskGetState()
eReturn = eRunning;
tasks.c:3710vTaskGetInfo()
tasks.c:4431vTaskList()
case eRunning: cStatus = tskRUNNING_CHAR;

Data Use

Functions using eTaskState::eRunning
eTaskState::eRunning