Searched defs:pxTopOfStack (Results 1 – 4 of 4) sorted by relevance
49 …StackType_t *pxTopOfStack; /*!< Points to the location of the last item placed on the tasks stack… member
169 StackType_t *pxPortInitialiseStack(StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParame… in pxPortInitialiseStack()
140 StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParam… in pxPortInitialiseStack()
280 …volatile StackType_t * pxTopOfStack; /*< Points to the location of the last item placed on the tas… member924 StackType_t * pxTopOfStack; in prvInitialiseNewTask() local