FreeRTOS
xTASK_STATUS::xHandle
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
xTASK_STATUS::xHandle
xTASK_STATUS::xHandle field
Syntax
Show:
Summary
Declaration
from
task.h:139
TaskHandle_t
xHandle
;
Examples
References
from
examples
Code
Location
Referrer
TaskHandle_t
xHandle
;
/* The handle of the task to which the rest of the information in the structure relates. */
task.h:139
pxTaskStatus
->
xHandle
=
(
TaskHandle_t
)
pxTCB
;
tasks.c:3677
vTaskGetInfo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTASK_STATUS::xHandle
is written by 1 function:
vTaskGetInfo()
All items filtered out
xTASK_STATUS::xHandle
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