Home
last modified time | relevance | path

Searched refs:pxStackBase (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/tools/test_apps/system/panic/main/
Dtest_panic_main.c141 uint32_t *end = (uint32_t*) pxTaskStatus.pxStackBase; in test_stack_overflow()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h165 …StackType_t * pxStackBase; /* Points to the lowest address of the task's sta… member
/hal_espressif-3.6.0/components/freertos/
Dtasks.c4286 pxTaskStatus->pxStackBase = pxTCB->pxStack; in vTaskGetInfo()