Searched defs:pxTopOfStack (Results 1 – 2 of 2) sorted by relevance
110 StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParam… in pxPortInitialiseStack()
162 …StackType_t *pxTopOfStack; /*!< Points to the location of the last item placed on the tasks stack… member