Home
last modified time | relevance | path

Searched defs:__STREXH (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmInstr.h237 #define __STREXH(value, ptr) __strex(value, ptr) macro
585 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint1… in __STREXH() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h531 #define __STREXH(value, ptr) __strex(value, ptr) macro
533 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … macro
H A Dcmsis_gcc.h643 __attribute__((always_inline)) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint16_t … in __STREXH() function
H A Dcmsis_armcc_V6.h954 #define __STREXH (uint32_t)__builtin_arm_strex macro