Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cmFunc.h142 __STATIC_INLINE void __set_PSP(uint32_t topOfProcStack) in __set_PSP() argument
145 __regProcessStackPointer = topOfProcStack; in __set_PSP()
427 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_PSP(uint32_t topOfProcStack) in __set_PSP() argument
429 __ASM volatile ("MSR psp, %0\n" : : "r" (topOfProcStack) : "sp"); in __set_PSP()