threadx
xEventGroupClearBits()
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
xEventGroupClearBits()
xEventGroupClearBits() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:574
EventBits_t
xEventGroupClearBits
(
EventGroupHandle_t
xEventGroup
,
const
EventBits_t
uxBitsToClear
)
;
Implemented in
tx_freertos.c:2159
Arguments
Argument
xEventGroup
uxBitsToClear
Related Functions
Found 8 other functions taking a
txfr_event
argument:
Function
xEventGroupSetBits()
xEventGroupWaitBits()
vEventGroupDelete()
xEventGroupGetBitsFromISR()
xEventGroupClearBitsFromISR()
xEventGroupSetBitsFromISR()
xEventGroupGetBits()
xEventGroupCreateStatic()
Examples
References
from
examples
Code
Location
Referrer
EventBits_t
xEventGroupClearBits
(
EventGroupHandle_t
xEventGroup
,
tx_freertos.c:2159
EventBits_t
xEventGroupClearBits
(
EventGroupHandle_t
xEventGroup
,
FreeRTOS.h:574
return
xEventGroupClearBits
(
xEventGroup
,
uxBitsToClear
)
;
tx_freertos.c:2196
xEventGroupClearBitsFromISR()
Call Tree
from
examples
xEventGroupClearBits()
is called by 1 function and calls 4 functions:
xEventGroupClearBitsFromISR()
All items filtered out
xEventGroupClearBits()
__restore_interrupt()
__disable_interrupts()
_txe_event_flags_info_get()
_txe_event_flags_set()
All items filtered out
Data Use
from
examples
xEventGroupClearBits()
:
All items filtered out
xEventGroupClearBits()
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