FreeRTOS
ulTaskSwitchedInTime
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
ulTaskSwitchedInTime
ulTaskSwitchedInTime variable
Syntax
Show:
Summary
Declaration
from
tasks.c:535
static
configRUN_TIME_COUNTER_TYPE
ulTaskSwitchedInTime
[
configNUMBER_OF_CORES
]
=
{
0UL
}
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
configRUN_TIME_COUNTER_TYPE
ulTaskSwitchedInTime
[
configNUMBER_OF_CORES
]
=
{
0UL
}
;
/*< Holds the value of a timer/counter the last time a task was switched in. */
tasks.c:535
if
(
ulTotalRunTime
>
ulTaskSwitchedInTime
[
xCurCoreID
]
)
tasks.c:3687
vTaskSwitchContext()
pxCurrentTCBs
[
xCurCoreID
]
->
ulRunTimeCounter
+=
(
ulTotalRunTime
-
ulTaskSwitchedInTime
[
xCurCoreID
]
)
;
tasks.c:3689
vTaskSwitchContext()
ulTaskSwitchedInTime
[
xCurCoreID
]
=
ulTotalRunTime
;
tasks.c:3696
vTaskSwitchContext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulTaskSwitchedInTime
is read by 1 function:
All items filtered out
ulTaskSwitchedInTime
vTaskSwitchContext()
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