threadx
xEventGroupWaitBits()
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
xEventGroupWaitBits()
xEventGroupWaitBits() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:561
EventBits_t
xEventGroupWaitBits
(
const
EventGroupHandle_t
xEventGroup
,
const
EventBits_t
uxBitsToWaitFor
,
const
BaseType_t
xClearOnExit
,
const
BaseType_t
xWaitForAllBits
,
TickType_t
xTicksToWait
)
;
Implemented in
tx_freertos.c:2086
Arguments
Argument
xEventGroup
uxBitsToWaitFor
xClearOnExit
xWaitForAllBits
xTicksToWait
Related Functions
Found 8 other functions taking a
txfr_event
argument:
Function
xEventGroupSetBits()
xEventGroupClearBits()
vEventGroupDelete()
xEventGroupGetBitsFromISR()
xEventGroupClearBitsFromISR()
xEventGroupSetBitsFromISR()
xEventGroupGetBits()
xEventGroupCreateStatic()
Examples
References
from
examples
Code
Location
EventBits_t
xEventGroupWaitBits
(
const
EventGroupHandle_t
xEventGroup
,
tx_freertos.c:2086
EventBits_t
xEventGroupWaitBits
(
const
EventGroupHandle_t
xEventGroup
,
FreeRTOS.h:561
Call Tree
from
examples
xEventGroupWaitBits()
calls 1 function:
All items filtered out
xEventGroupWaitBits()
_txe_event_flags_get()
All items filtered out
Data Use
from
examples
xEventGroupWaitBits()
:
All items filtered out
xEventGroupWaitBits()
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