Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_cpu_m4_external.h40 OS_SEC_ALW_INLINE INLINE uintptr_t OsGetSysStackTop(void) in OsGetSysStackTop() function
/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
Dprt_exc.c74 if ((excInfo->sp >= OsGetSysStackTop()) && (excInfo->sp <= OsGetSysStackBottom())) { in OsExcGetThreadInfo()