Home
last modified time | relevance | path

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

/cmsis-latest/CMSIS/Core_A/Include/
Dcmsis_gcc.h731 __STATIC_FORCEINLINE uint32_t __get_CPSR(void) in __get_CPSR() function
751 return (__get_CPSR() & 0x1FU); in __get_mode()
785 uint32_t cpsr = __get_CPSR(); in __get_SP_usr()
801 uint32_t cpsr = __get_CPSR(); in __set_SP_usr()
Dcmsis_iccarm.h254 #define __get_CPSR() (__arm_rsr("CPSR")) macro
255 #define __get_mode() (__get_CPSR() & 0x1FU)
496 #define __get_mode() (__get_CPSR() & 0x1FU)
Dcmsis_armclang.h428 __STATIC_FORCEINLINE uint32_t __get_CPSR(void) in __get_CPSR() function
448 return (__get_CPSR() & 0x1FU); in __get_mode()
Dcmsis_armcc.h360 __STATIC_INLINE uint32_t __get_CPSR(void) in __get_CPSR() function
381 return (__get_CPSR() & 0x1FU); in __get_mode()
/cmsis-latest/CMSIS/Core_R/Include/
Dcmsis_gcc.h725 __STATIC_FORCEINLINE uint32_t __get_CPSR(void) in __get_CPSR() function
745 return (__get_CPSR() & 0x1FU); in __get_mode()
779 uint32_t cpsr = __get_CPSR(); in __get_SP_usr()
795 uint32_t cpsr = __get_CPSR(); in __set_SP_usr()