Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dprt_port.c22 uintptr_t endStack; in OsTskContextInit() local
32 endStack = TRUNCATE((uintptr_t)topStack + stackSize, OS_TSK_STACK_ADDR_ALIGN); in OsTskContextInit()
33 context = (struct TagHwContext *)(endStack - sizeof(struct TagHwContext)); in OsTskContextInit()