xDelayedTaskList2 is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xDelayedTaskList2 variable

Syntax

PRIVILEGED_DATA static List_t xDelayedTaskList2;

References

LocationReferrerText
tasks.c:345
PRIVILEGED_DATA static List_t xDelayedTaskList2; /*< Delayed tasks (two lists are used - one for delays that have overflowed the current tick count. */
tasks.c:3617prvInitialiseTaskLists()
vListInitialise( &xDelayedTaskList2 );
tasks.c:3635prvInitialiseTaskLists()
pxOverflowDelayedTaskList = &xDelayedTaskList2;

Type Use

Type of xDelayedTaskList2
xDelayedTaskList2
all items filtered out