Searched refs:__STREXW (Results 1 – 10 of 10) sorted by relevance
/cmsis-3.4.0/CMSIS/Core_A/Include/ |
D | cmsis_armcc.h | 267 #define __STREXW(value, ptr) __strex(value, ptr) macro 269 …#define __STREXW(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … macro
|
D | cmsis_iccarm.h | 309 #define __STREXW __iar_builtin_STREX macro 416 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() function
|
D | cmsis_armclang.h | 275 #define __STREXW (uint32_t)__builtin_arm_strex macro
|
D | cmsis_gcc.h | 606 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW() function
|
/cmsis-3.4.0/CMSIS/Core/Include/ |
D | cmsis_armcc.h | 369 #define __STREXW(value, ptr) __strex(value, ptr) macro 371 …#define __STREXW(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … macro
|
D | cmsis_iccarm.h | 452 #define __STREXW __iar_builtin_STREX macro 619 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() function
|
D | cmsis_armclang.h | 377 #define __STREXW (uint32_t)__builtin_arm_strex macro
|
D | cmsis_armclang_ltm.h | 373 #define __STREXW (uint32_t)__builtin_arm_strex macro
|
D | cmsis_gcc.h | 527 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW() function
|
/cmsis-3.4.0/CMSIS/Core_R/Include/ |
D | cmsis_gcc.h | 604 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW() function
|