FreeRTOS
+
0
/3 examples
SourceVu will show references to
xEventGroupGetBits
from the following samples and libraries:
ESP-IDF
cdc_acm_host sample
cdc_acm_vcp sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xEventGroupGetBits
xEventGroupGetBits macro
Returns the current value of the bits in an event group. This function cannot be used from an interrupt.
Syntax
Show:
Summary
Declaration
from
event_groups.h:681
#define
xEventGroupGetBits
(
xEventGroup
)
xEventGroupClearBits
(
(
xEventGroup
)
,
0
)
Arguments
Argument
Description
xEventGroup
The event group being queried.
Return value
The event group bits at the time xEventGroupGetBits() was called.
Examples
xEventGroupGetBits
is referenced by 3 libraries and example projects:
ESP-IDF
cdc_acm_host sample
cdc_acm_vcp sample
References
from
0/3
examples
Code
Location
#define
xEventGroupGetBits
(
xEventGroup
)
xEventGroupClearBits
(
(
xEventGroup
)
,
0
)
event_groups.h:681
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out