FreeRTOS
EventGroupDef_t::uxEventBits
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
EventGroupDef_t::uxEventBits
EventGroupDef_t::uxEventBits field
Syntax
Show:
Summary
Declaration
from
event_groups.c:65
EventBits_t
uxEventBits
;
Examples
References
from
examples
Code
Location
Referrer
EventBits_t
uxEventBits
;
event_groups.c:65
pxEventBits
->
uxEventBits
=
0
;
event_groups.c:166
xEventGroupCreate()
uxOriginalBitValue
=
pxEventBits
->
uxEventBits
;
event_groups.c:208
xEventGroupSync()
pxEventBits
->
uxEventBits
&=
~
uxBitsToWaitFor
;
event_groups.c:219
xEventGroupSync()
uxReturn
=
pxEventBits
->
uxEventBits
;
event_groups.c:244
xEventGroupSync()
uxReturn
=
pxEventBits
->
uxEventBits
;
event_groups.c:273
xEventGroupSync()
pxEventBits
->
uxEventBits
&=
~
uxBitsToWaitFor
;
event_groups.c:281
xEventGroupSync()
const
EventBits_t
uxCurrentEventBits
=
pxEventBits
->
uxEventBits
;
event_groups.c:331
xEventGroupWaitBits()
pxEventBits
->
uxEventBits
&=
~
uxBitsToWaitFor
;
event_groups.c:346
xEventGroupWaitBits()
uxReturn
=
pxEventBits
->
uxEventBits
;
event_groups.c:421
xEventGroupWaitBits()
pxEventBits
->
uxEventBits
&=
~
uxBitsToWaitFor
;
event_groups.c:429
xEventGroupWaitBits()
uxReturn
=
pxEventBits
->
uxEventBits
;
event_groups.c:477
xEventGroupClearBits()
pxEventBits
->
uxEventBits
&=
~
uxBitsToClear
;
event_groups.c:480
xEventGroupClearBits()
uxReturn
=
pxEventBits
->
uxEventBits
;
event_groups.c:511
xEventGroupGetBitsFromISR()
pxEventBits
->
uxEventBits
|=
uxBitsToSet
;
event_groups.c:542
xEventGroupSetBits()
if
(
(
uxBitsWaitedFor
&
pxEventBits
->
uxEventBits
)
!=
(
EventBits_t
)
0
)
event_groups.c:558
xEventGroupSetBits()
else
if
(
(
uxBitsWaitedFor
&
pxEventBits
->
uxEventBits
)
==
uxBitsWaitedFor
)
event_groups.c:567
xEventGroupSetBits()
vTaskRemoveFromUnorderedEventList
(
pxListItem
,
pxEventBits
->
uxEventBits
|
eventUNBLOCKED_DUE_TO_BIT_SET
)
;
event_groups.c:594
xEventGroupSetBits()
pxEventBits
->
uxEventBits
&=
~
uxBitsToClear
;
event_groups.c:605
xEventGroupSetBits()
return
pxEventBits
->
uxEventBits
;
event_groups.c:609
xEventGroupSetBits()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
EventGroupDef_t::uxEventBits
is written by 5 functions and is read by 5 functions:
xEventGroupCreate()
xEventGroupSync()
xEventGroupWaitBits()
xEventGroupClearBits()
xEventGroupSetBits()
All items filtered out
EventGroupDef_t::uxEventBits
xEventGroupSync()
xEventGroupWaitBits()
xEventGroupClearBits()
xEventGroupGetBitsFromISR()
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