FreeRTOS
xSTATIC_EVENT_GROUP
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xSTATIC_EVENT_GROUP
xSTATIC_EVENT_GROUP struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1220
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
Field
Declared as
xSTATIC_EVENT_GROUP::xDummy1
TickType_t
xSTATIC_EVENT_GROUP::xDummy2
StaticList_t
xSTATIC_EVENT_GROUP::uxDummy3
UBaseType_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out