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

Syntax

const char *pcTaskName;

Examples

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

References

LocationReferrerText
task.h:140
const char *pcTaskName; /* A pointer to the task's name. This value will be invalid if the task was deleted since the structure was populated! */ /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
tasks.c:3678vTaskGetInfo()
pxTaskStatus->pcTaskName = ( const char * ) &( pxTCB->pcTaskName [ 0 ] );
tasks.c:4455vTaskList()
pcWriteBuffer = prvWriteNameToBuffer( pcWriteBuffer, pxTaskStatusArray[ x ].pcTaskName );

Data Use

Functions writing xTASK_STATUS::pcTaskName
Functions reading xTASK_STATUS::pcTaskName
all items filtered out
xTASK_STATUS::pcTaskName
all items filtered out