Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_instr.h346 __ALWAYS_INLINE uint8_t __LDRBT(volatile uint8_t *addr) in __LDRBT() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h601 #define __LDRBT(ptr) ((uint8_t ) __ldrt(ptr)) macro
H A Dcmsis_gcc.h731 __attribute__((always_inline)) __STATIC_INLINE uint8_t __LDRBT(volatile uint8_t *addr) in __LDRBT() function
H A Dcmsis_armcc_V6.h1031 __attribute__((always_inline)) __STATIC_INLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() function