FreeRTOS
+
0
/1 examples
SourceVu will show references to
xTASK_SNAPSHOT::pxTopOfStack
from the following samples and libraries:
ESP-IDF
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
ESP-IDF Framework and Examples
FreeRTOS
xTASK_SNAPSHOT::pxTopOfStack
xTASK_SNAPSHOT::pxTopOfStack field
Points to the location of the last item placed on the tasks stack.
Syntax
Show:
Summary
Declaration
from
freertos_debug.h:34
StackType_t
*
pxTopOfStack
;
Examples
xTASK_SNAPSHOT::pxTopOfStack
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
StackType_t
*
pxTopOfStack
;
/*!< Points to the location of the last item placed on the tasks stack. */
freertos_debug.h:34
pxTaskSnapshot
->
pxTopOfStack
=
(
StackType_t
*
)
pxTCB
->
pxTopOfStack
;
freertos_tasks_c_additions.h:1054
vTaskGetSnapshot()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
xTASK_SNAPSHOT::pxTopOfStack
is written by 1 function:
vTaskGetSnapshot()
All items filtered out
xTASK_SNAPSHOT::pxTopOfStack
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out