Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmInstr.h92 #define __ISB() __isb(0xF) macro
369 __attribute__( ( always_inline ) ) __STATIC_INLINE void __ISB(void) in __ISB() function
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_instr.h83 __ALWAYS_INLINE void __ISB(void) in __ISB() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h344 #define __ISB() do {\ macro
H A Dcmsis_gcc.h416 __attribute__((always_inline)) __STATIC_INLINE void __ISB(void) in __ISB() function
H A Dcmsis_armcc_V6.h784 #define __ISB() __builtin_arm_isb(0xF); macro