Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmInstr.h213 #define __LDREXW(ptr) ((uint32_t ) __ldrex(ptr)) macro
549 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h501 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… macro
503 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… macro
H A Dcmsis_gcc.h609 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW() function
H A Dcmsis_armcc_V6.h932 #define __LDREXW (uint32_t)__builtin_arm_ldrex macro