FreeRTOS
xTASK_STATUS::pxStackBase
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
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
xTASK_STATUS::pxStackBase
xTASK_STATUS::pxStackBase field
Points to the lowest address of the task's stack area.
Syntax
Show:
Summary
Declaration
from
task.h:173
StackType_t
*
pxStackBase
;
Examples
References
from
examples
Code
Location
Referrer
StackType_t
*
pxStackBase
;
/**< Points to the lowest address of the task's stack area. */
task.h:173
pxTaskStatus
->
pxStackBase
=
pxTCB
->
pxStack
;
tasks.c:4652
vTaskGetInfo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTASK_STATUS::pxStackBase
is written by 1 function:
vTaskGetInfo()
All items filtered out
xTASK_STATUS::pxStackBase
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