Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_instr.h377 __ALWAYS_INLINE uint32_t __LDRT(volatile uint32_t *addr) in __LDRT() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h619 #define __LDRT(ptr) ((uint32_t ) __ldrt(ptr)) macro
H A Dcmsis_gcc.h775 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDRT(volatile uint32_t *addr) in __LDRT() function
H A Dcmsis_armcc_V6.h1061 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() function