Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cmFunc.h168 __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
171 __regMainStackPointer = topOfMainStack; in __set_MSP()
454 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
456 __ASM volatile ("MSR msp, %0\n" : : "r" (topOfMainStack) : "sp"); in __set_MSP()