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

xSTATIC_LIST struct

Syntax

typedef struct xSTATIC_LIST {     #if( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )         TickType_t xDummy1;     #endif     UBaseType_t uxDummy2;     void *pvDummy3;     StaticMiniListItem_t xDummy4;     #if( configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES == 1 )         TickType_t xDummy5;     #endif } StaticList_t;

Fields

uxDummy2

No summary provided. Read more...

pvDummy3

No summary provided. Read more...

xDummy4

No summary provided. Read more...

Type Use

Variables of xSTATIC_LIST type
xSTATIC_LIST
all items filtered out
xSTATIC_LIST
all items filtered out