FreeRTOS
xTIME_OUT::xOverflowCount
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xTIME_OUT::xOverflowCount
xTIME_OUT::xOverflowCount field
Syntax
Show:
Summary
Declaration
from
task.h:129
BaseType_t
xOverflowCount
;
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xOverflowCount
;
task.h:129
pxTimeOut
->
xOverflowCount
=
xNumOfOverflows
;
tasks.c:4149
vTaskSetTimeOutState()
pxTimeOut
->
xOverflowCount
=
xNumOfOverflows
;
tasks.c:4159
vTaskInternalSetTimeOutState()
if
(
(
xNumOfOverflows
!=
pxTimeOut
->
xOverflowCount
)
&&
(
xConstTickCount
>=
pxTimeOut
->
xTimeOnEntering
)
)
/*lint !e525 Indentation preferred as is to make code within pre-processor directives clearer. */
tasks.c:4202
xTaskCheckForTimeOut()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTIME_OUT::xOverflowCount
is written by 2 functions and is read by 1 function:
vTaskSetTimeOutState()
vTaskInternalSetTimeOutState()
All items filtered out
xTIME_OUT::xOverflowCount
xTaskCheckForTimeOut()
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