Home
last modified time | relevance | path

Searched defs:__DSB (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmInstr.h100 #define __DSB() __dsb(0xF) macro
380 __attribute__( ( always_inline ) ) __STATIC_INLINE void __DSB(void) in __DSB() function
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_instr.h94 __ALWAYS_INLINE void __DSB(void) in __DSB() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h355 #define __DSB() do {\ macro
H A Dcmsis_gcc.h427 __attribute__((always_inline)) __STATIC_INLINE void __DSB(void) in __DSB() function
H A Dcmsis_armcc_V6.h791 #define __DSB() __builtin_arm_dsb(0xF); macro