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

xSTATIC_EVENT_GROUP struct

Syntax

typedef struct xSTATIC_EVENT_GROUP {     TickType_t xDummy1;     StaticList_t xDummy2;     #if( configUSE_TRACE_FACILITY == 1 )         UBaseType_t uxDummy3;     #endif     #if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )             uint8_t ucDummy4;     #endif } StaticEventGroup_t;

Fields

xDummy1

No summary provided. Read more...

xDummy2

No summary provided. Read more...

uxDummy3

No summary provided. Read more...

Type Use

Variables of xSTATIC_EVENT_GROUP type
xSTATIC_EVENT_GROUP
all items filtered out
xSTATIC_EVENT_GROUP
all items filtered out