threadx
xEventGroupCreateStatic()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (3/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xEventGroupCreateStatic()
xEventGroupCreateStatic() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:557
EventGroupHandle_t
xEventGroupCreateStatic
(
StaticEventGroup_t
*
pxEventGroupBuffer
)
;
Implemented in
tx_freertos.c:2046
Arguments
Argument
pxEventGroupBuffer
Related Functions
Found 8 other functions taking a
txfr_event
argument:
Function
xEventGroupSetBits()
xEventGroupClearBits()
xEventGroupWaitBits()
vEventGroupDelete()
xEventGroupGetBitsFromISR()
xEventGroupClearBitsFromISR()
xEventGroupSetBitsFromISR()
xEventGroupGetBits()
Examples
References
from
examples
Code
Location
EventGroupHandle_t
xEventGroupCreateStatic
(
StaticEventGroup_t
*
pxEventGroupBuffer
)
tx_freertos.c:2046
EventGroupHandle_t
xEventGroupCreateStatic
(
StaticEventGroup_t
*
pxEventGroupBuffer
)
;
FreeRTOS.h:557
Call Tree
from
examples
xEventGroupCreateStatic()
calls 1 function:
All items filtered out
xEventGroupCreateStatic()
_txe_event_flags_create()
All items filtered out
Data Use
from
examples
xEventGroupCreateStatic()
writes 1 variable:
All items filtered out
xEventGroupCreateStatic()
txfr_event::allocated
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