FreeRTOS
uxTaskResetEventItemValue()
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
uxTaskResetEventItemValue()
uxTaskResetEventItemValue() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:2433
TickType_t
uxTaskResetEventItemValue
(
void
)
PRIVILEGED_FUNCTION
;
Implemented in
tasks.c:4602
Examples
References
from
examples
Code
Location
Referrer
TickType_t
uxTaskResetEventItemValue
(
void
)
tasks.c:4602
TickType_t
uxTaskResetEventItemValue
(
void
)
PRIVILEGED_FUNCTION
;
task.h:2433
uxReturn
=
uxTaskResetEventItemValue
(
)
;
event_groups.c:266
xEventGroupSync()
uxReturn
=
uxTaskResetEventItemValue
(
)
;
event_groups.c:414
xEventGroupWaitBits()
Call Tree
from
examples
uxTaskResetEventItemValue()
is called by 2 functions:
xEventGroupSync()
xEventGroupWaitBits()
All items filtered out
uxTaskResetEventItemValue()
All items filtered out
Data Use
from
examples
uxTaskResetEventItemValue()
reads 4 variables and writes 1 variable:
xLIST_ITEM::xItemValue
tskTaskControlBlock::xEventListItem
tskTaskControlBlock::uxPriority
pxCurrentTCB
All items filtered out
uxTaskResetEventItemValue()
xLIST_ITEM::xItemValue
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