Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_gcc_m.h309 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
311 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
321 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
323 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
Dcmsis_armclang_m.h310 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
312 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
322 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
324 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
Dcmsis_clang_m.h316 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
318 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
328 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
330 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
Dcmsis_tiarmclang_m.h901 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
903 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
913 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
915 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_trustzone.txt74 \param [in] topOfMainStack Main Stack Pointer value to set
78 void __TZ_set_MSP_NS(uint32_t topOfMainStack);
Dref_core_reg.txt324 \param [in] topOfMainStack MSP value to set
337 void __set_MSP(uint32_t topOfMainStack);