Searched refs:__DSB (Results 1 – 22 of 22) sorted by relevance
2000 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()2005 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()2076 __DSB(); in SCB_EnableICache()2080 __DSB(); in SCB_EnableICache()2093 __DSB(); in SCB_DisableICache()2097 __DSB(); in SCB_DisableICache()2110 __DSB(); in SCB_InvalidateICache()2113 __DSB(); in SCB_InvalidateICache()2131 __DSB(); in SCB_EnableDCache()2147 __DSB(); in SCB_EnableDCache()[all …]
732 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()736 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()
848 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()852 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()
860 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()864 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()
355 #define __DSB() do {\ macro
1600 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()1605 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()
1618 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()1623 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()
1792 …__DSB(); /* Ensure all outstanding memory… in NVIC_SystemReset()1797 …__DSB(); /* Ensure completion of memory a… in NVIC_SystemReset()
427 __attribute__((always_inline)) __STATIC_INLINE void __DSB(void) in __DSB() function
791 #define __DSB() __builtin_arm_dsb(0xF); macro
472 __DSB(); in HAL_MPU_Enable()