Searched refs:SCB_CCR_DC_Msk (Results 1 – 9 of 9) sorted by relevance
148 if (SCB->CCR & SCB_CCR_DC_Msk) return; /* return if DCache is already enabled */ in SCB_EnableDCache()169 SCB->CCR |= (uint32_t)SCB_CCR_DC_Msk; /* enable D-Cache */ in SCB_EnableDCache()191 SCB->CCR &= ~(uint32_t)SCB_CCR_DC_Msk; /* disable D-Cache */ in SCB_DisableDCache()
508 #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) /*!< SCB … macro
606 #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) /*!< SCB … macro
660 #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) /*!< SCB … macro
680 #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) /*!< SCB … macro