FreeRTOS + 0/5 examples
CodeScope will show references to eTaskState::eSuspended 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::eSuspended

Syntax

eSuspended;

Examples

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

References

LocationReferrerText
task.h:84
eSuspended, /* The task being queried is in the Suspended state, or is in the Blocked state with an infinite time out. */
cmsis_os.c:1399osThreadGetState()
case eSuspended :
cmsis_os.c:1421osThreadIsSuspended()
if (eTaskGetState(thread_id) == eSuspended)
tasks.c:1436eTaskGetState()
eReturn = eSuspended;
tasks.c:2540uxTaskGetSystemState()
uxTask += prvListTasksWithinSingleList( &( pxTaskStatusArray[ uxTask ] ), &xSuspendedTaskList, eSuspended );
tasks.c:3721vTaskGetInfo()
if( eState == eSuspended )
tasks.c:4440vTaskList()
case eSuspended: cStatus = tskSUSPENDED_CHAR;

Data Use

Functions using eTaskState::eSuspended
eTaskState::eSuspended