FreeRTOS
xTIME_OUT::xTimeOnEntering
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
xTIME_OUT::xTimeOnEntering
xTIME_OUT::xTimeOnEntering field
Syntax
Show:
Summary
Declaration
from
task.h:131
TickType_t
xTimeOnEntering
;
Examples
References
from
examples
Code
Location
Referrer
TickType_t
xTimeOnEntering
;
task.h:131
pxTimeOut
->
xTimeOnEntering
=
xTickCount
;
tasks.c:5526
vTaskSetTimeOutState()
pxTimeOut
->
xTimeOnEntering
=
xTickCount
;
tasks.c:5540
vTaskInternalSetTimeOutState()
const
TickType_t
xElapsedTime
=
xConstTickCount
-
pxTimeOut
->
xTimeOnEntering
;
tasks.c:5560
xTaskCheckForTimeOut()
if
(
(
xNumOfOverflows
!=
pxTimeOut
->
xOverflowCount
)
&&
(
xConstTickCount
>=
pxTimeOut
->
xTimeOnEntering
)
)
tasks.c:5584
xTaskCheckForTimeOut()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTIME_OUT::xTimeOnEntering
is written by 2 functions and is read by 1 function:
vTaskSetTimeOutState()
vTaskInternalSetTimeOutState()
All items filtered out
xTIME_OUT::xTimeOnEntering
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