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

xTASK_STATUS::eCurrentState field

Syntax

eTaskState eCurrentState;

Examples

xTASK_STATUS::eCurrentState is referenced by 5 libraries and example projects.

References

LocationReferrerText
task.h:142
eTaskState eCurrentState; /* The state in which the task existed when the structure was populated. */
tasks.c:3710vTaskGetInfo()
pxTaskStatus->eCurrentState = eRunning;
tasks.c:3714vTaskGetInfo()
pxTaskStatus->eCurrentState = eState;
tasks.c:3727vTaskGetInfo()
pxTaskStatus->eCurrentState = eBlocked;
tasks.c:3738vTaskGetInfo()
pxTaskStatus->eCurrentState = eTaskGetState( pxTCB );
tasks.c:4429vTaskList()
switch( pxTaskStatusArray[ x ].eCurrentState )

Data Use

Functions writing xTASK_STATUS::eCurrentState
Functions reading xTASK_STATUS::eCurrentState
all items filtered out
xTASK_STATUS::eCurrentState
all items filtered out
Type of xTASK_STATUS::eCurrentState
xTASK_STATUS::eCurrentState
all items filtered out