FreeRTOS
tskTaskControlBlock::pxTopOfStack
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
tskTaskControlBlock::pxTopOfStack
tskTaskControlBlock::pxTopOfStack field
Points to the location of the last item placed on the tasks stack. THIS MUST BE THE FIRST MEMBER OF THE TCB STRUCT.
Syntax
Show:
Summary
Declaration
from
tasks.c:360
volatile
StackType_t
*
pxTopOfStack
;
Examples
References
from
examples
Code
Location
Referrer
volatile
StackType_t
*
pxTopOfStack
;
/**< Points to the location of the last item placed on the tasks stack. THIS MUST BE THE FIRST MEMBER OF THE TCB STRUCT. */
tasks.c:360
pxNewTCB
->
pxTopOfStack
=
pxPortInitialiseStack
(
pxTopOfStack
,
pxTaskCode
,
pvParameters
)
;
tasks.c:1987
prvInitialiseNewTask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tskTaskControlBlock::pxTopOfStack
is written by 1 function:
prvInitialiseNewTask()
All items filtered out
tskTaskControlBlock::pxTopOfStack
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