threadx
xEventGroupSetBits()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xEventGroupSetBits()
xEventGroupSetBits() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:567
EventBits_t
xEventGroupSetBits
(
EventGroupHandle_t
xEventGroup
,
const
EventBits_t
uxBitsToSet
)
;
Implemented in
tx_freertos.c:2127
Arguments
Argument
xEventGroup
uxBitsToSet
Related Functions
Found 8 other functions taking a
txfr_event
argument:
Function
xEventGroupClearBits()
xEventGroupWaitBits()
vEventGroupDelete()
xEventGroupGetBitsFromISR()
xEventGroupClearBitsFromISR()
xEventGroupSetBitsFromISR()
xEventGroupGetBits()
xEventGroupCreateStatic()
Examples
References
from
examples
Code
Location
Referrer
EventBits_t
xEventGroupSetBits
(
EventGroupHandle_t
xEventGroup
,
tx_freertos.c:2127
EventBits_t
xEventGroupSetBits
(
EventGroupHandle_t
xEventGroup
,
FreeRTOS.h:567
return
xEventGroupSetBits
(
xEventGroup
,
uxBitsToSet
)
;
tx_freertos.c:2156
xEventGroupSetBitsFromISR()
Call Tree
from
examples
xEventGroupSetBits()
is called by 1 function and calls 2 functions:
xEventGroupSetBitsFromISR()
All items filtered out
xEventGroupSetBits()
_txe_event_flags_info_get()
_txe_event_flags_set()
All items filtered out
Data Use
from
examples
xEventGroupSetBits()
:
All items filtered out
xEventGroupSetBits()
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