Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c497 void *stackLo; in OS_InitThread() local
539 stackLo = (OSi_SYS_STACKSIZE <= 0) ? in OS_InitThread()
542 SDK_ASSERT((u32)OSi_LAUNCHER_STACK_LO_DEFAULT <= (u32)stackLo in OS_InitThread()
543 && (u32)stackLo <= (u32)OSi_LAUNCHER_STACK_HI_MAX); in OS_InitThread()
547 OSi_LauncherThread.stackTop = (u32)stackLo; in OS_InitThread()