FreeRTOS
xNumOfOverflows
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xNumOfOverflows
xNumOfOverflows variable
Syntax
Show:
Summary
Declaration
from
tasks.c:376
PRIVILEGED_DATA
static
volatile
BaseType_t
xNumOfOverflows
=
(
BaseType_t
)
0
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
volatile
BaseType_t
xNumOfOverflows
=
(
BaseType_t
)
0
;
tasks.c:376
taskSWITCH_DELAYED_LISTS
(
)
;
tasks.c:2729
xTaskIncrementTick()
pxTimeOut
->
xOverflowCount
=
xNumOfOverflows
;
tasks.c:3259
vTaskSetTimeOutState()
pxTimeOut
->
xOverflowCount
=
xNumOfOverflows
;
tasks.c:3269
vTaskInternalSetTimeOutState()
if
(
(
xNumOfOverflows
!=
pxTimeOut
->
xOverflowCount
)
&&
(
xConstTickCount
>=
pxTimeOut
->
xTimeOnEntering
)
)
/*lint !e525 Indentation preferred as is to make code within pre-processor directives clearer. */
tasks.c:3309
xTaskCheckForTimeOut()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xNumOfOverflows
is written by 1 function and is read by 4 functions:
xTaskIncrementTick()
All items filtered out
xNumOfOverflows
xTaskIncrementTick()
vTaskSetTimeOutState()
vTaskInternalSetTimeOutState()
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