Home
last modified time | relevance | path

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

/cmsis-latest/CMSIS/Core/Include/
Dcmsis_armclang.h944 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
946 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
956 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
958 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
Dcmsis_armclang_ltm.h933 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
935 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
945 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
947 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
Dcmsis_armcc.h652 __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
655 __regMainStackPointer = topOfMainStack; in __set_MSP()
Dcmsis_gcc.h1153 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
1155 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
1165 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
1167 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()