FreeRTOS
xIdleTaskHandle
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
STM32 Libraries and Samples
FreeRTOS
xIdleTaskHandle
xIdleTaskHandle variable
Syntax
Show:
Summary
Declaration
from
tasks.c:379
PRIVILEGED_DATA
static
TaskHandle_t
xIdleTaskHandle
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
TaskHandle_t
xIdleTaskHandle
=
NULL
;
/*< Holds the handle of the idle task. The idle task is created automatically when the scheduler is started. */
tasks.c:379
&
xIdleTaskHandle
)
;
/*lint !e961 MISRA exception, justified as it is not a redundant explicit cast to all supported compilers. */
tasks.c:2014
vTaskStartScheduler()
(
void
)
xIdleTaskHandle
;
tasks.c:2095
vTaskStartScheduler()
configASSERT
(
(
xIdleTaskHandle
!=
NULL
)
)
;
tasks.c:2583
xTaskGetIdleTaskHandle()
return
xIdleTaskHandle
;
tasks.c:2584
xTaskGetIdleTaskHandle()
return
xIdleTaskHandle
->
ulRunTimeCounter
;
tasks.c:5171
ulTaskGetIdleRunTimeCounter()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xIdleTaskHandle
is read by 3 functions:
All items filtered out
xIdleTaskHandle
vTaskStartScheduler()
xTaskGetIdleTaskHandle()
ulTaskGetIdleRunTimeCounter()
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