Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/cmsis/
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
Dcmsis_gcc.h643 __attribute__((always_inline)) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint16_t … in __STREXH() function
Dcmsis_armcc_V6.h954 #define __STREXH (uint32_t)__builtin_arm_strex macro
/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Dcore_cmInstr.h237 #define __STREXH(value, ptr) __strex(value, ptr) macro
648 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint1… in __STREXH() function