Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dtask.h169 …StackType_t * pxStackBase; /* Points to the lowest address of the task's stack … member
/Kernel-v11.0.1/
Dtasks.c6175 pxTaskStatus->pxStackBase = pxTCB->pxStack; in vTaskGetInfo()