Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmInstr.h203 #define __LDREXH(ptr) ((uint16_t) __ldrex(ptr)) macro
526 __attribute__( ( always_inline ) ) __STATIC_INLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h488 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… macro
490 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… macro
H A Dcmsis_gcc.h587 __attribute__((always_inline)) __STATIC_INLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH() function
H A Dcmsis_armcc_V6.h923 #define __LDREXH (uint16_t)__builtin_arm_ldrex macro