FreeRTOS
xTASK_STATUS::usStackHighWaterMark
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
xTASK_STATUS::usStackHighWaterMark
xTASK_STATUS::usStackHighWaterMark field
Syntax
Show:
Summary
Declaration
from
task.h:177
configSTACK_DEPTH_TYPE
usStackHighWaterMark
;
Examples
References
from
examples
Code
Location
Referrer
configSTACK_DEPTH_TYPE
usStackHighWaterMark
;
/* The minimum amount of stack space that has remained for the task since the task was created. The closer this value is to zero the closer the task has come to overflowing its stack. */
task.h:177
pxTaskStatus
->
usStackHighWaterMark
=
prvTaskCheckFreeStackSpace
(
(
uint8_t
*
)
pxTCB
->
pxStack
)
;
tasks.c:6263
vTaskGetInfo()
pxTaskStatus
->
usStackHighWaterMark
=
0
;
tasks.c:6269
vTaskGetInfo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTASK_STATUS::usStackHighWaterMark
is written by 1 function:
vTaskGetInfo()
All items filtered out
xTASK_STATUS::usStackHighWaterMark
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