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