Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_instr.h406 __ALWAYS_INLINE void __STRHT(uint16_t value, volatile uint16_t *addr) in __STRHT() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h637 #define __STRHT(value, ptr) __strt(value, ptr) macro
H A Dcmsis_gcc.h802 __attribute__((always_inline)) __STATIC_INLINE void __STRHT(uint16_t value, volatile uint16_t *addr) in __STRHT() function
H A Dcmsis_armcc_V6.h1088 __attribute__((always_inline)) __STATIC_INLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() function