Searched refs:SCB_CCR_DC_Msk (Results 1 – 1 of 1) sorted by relevance
555 #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) /*!< SCB … macro1956 SCB->CCR |= SCB_CCR_DC_Msk; // enable D-Cache in SCB_EnableDCache()1982 SCB->CCR &= ~SCB_CCR_DC_Msk; // disable D-Cache in SCB_DisableDCache()