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