Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_instr.h419 __ALWAYS_INLINE void __STRT(uint32_t value, volatile uint32_t *addr) in __STRT() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h646 #define __STRT(value, ptr) __strt(value, ptr) macro
H A Dcmsis_gcc.h814 __attribute__((always_inline)) __STATIC_INLINE void __STRT(uint32_t value, volatile uint32_t *addr) in __STRT() function
H A Dcmsis_armcc_V6.h1100 __attribute__((always_inline)) __STATIC_INLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() function