FreeRTOS
EventGroupDef_t::xTasksWaitingForBits
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::xTasksWaitingForBits
EventGroupDef_t::xTasksWaitingForBits field
Syntax
Show:
Summary
Declaration
from
event_groups.c:66
List_t
xTasksWaitingForBits
;
Examples
References
from
examples
Code
Location
Referrer
List_t
xTasksWaitingForBits
;
/*< List of tasks waiting for a bit to be set. */
event_groups.c:66
vListInitialise
(
&
(
pxEventBits
->
xTasksWaitingForBits
)
)
;
event_groups.c:167
xEventGroupCreate()
vTaskPlaceOnUnorderedEventList
(
&
(
pxEventBits
->
xTasksWaitingForBits
)
,
(
uxBitsToWaitFor
|
eventCLEAR_EVENTS_ON_EXIT_BIT
|
eventWAIT_FOR_ALL_BITS
)
,
xTicksToWait
)
;
event_groups.c:232
xEventGroupSync()
vTaskPlaceOnUnorderedEventList
(
&
(
pxEventBits
->
xTasksWaitingForBits
)
,
(
uxBitsToWaitFor
|
uxControlBits
)
,
xTicksToWait
)
;
event_groups.c:387
xEventGroupWaitBits()
pxList
=
&
(
pxEventBits
->
xTasksWaitingForBits
)
;
event_groups.c:533
xEventGroupSetBits()
const
List_t
*
pxTasksWaitingForBits
=
&
(
pxEventBits
->
xTasksWaitingForBits
)
;
event_groups.c:616
vEventGroupDelete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
EventGroupDef_t::xTasksWaitingForBits
is read by 5 functions:
All items filtered out
EventGroupDef_t::xTasksWaitingForBits
xEventGroupCreate()
xEventGroupSync()
xEventGroupWaitBits()
xEventGroupSetBits()
vEventGroupDelete()
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