Home
last modified time | relevance | path

Searched defs:pxTopOfStack (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
Dtask_snapshot.h49 …StackType_t *pxTopOfStack; /*!< Points to the location of the last item placed on the tasks stack… member
/hal_espressif-3.6.0/components/freertos/port/riscv/
Dport.c169 StackType_t *pxPortInitialiseStack(StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParame… in pxPortInitialiseStack()
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dport.c140 StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParam… in pxPortInitialiseStack()
/hal_espressif-3.6.0/components/freertos/
Dtasks.c280 …volatile StackType_t * pxTopOfStack; /*< Points to the location of the last item placed on the tas… member
924 StackType_t * pxTopOfStack; in prvInitialiseNewTask() local