Searched refs:SCB_CCR_IC_Msk (Results 1 – 1 of 1) sorted by relevance
552 #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) /*!< SCB … macro1889 SCB->CCR |= SCB_CCR_IC_Msk; // enable I-Cache in SCB_EnableICache()1905 SCB->CCR &= ~SCB_CCR_IC_Msk; // disable I-Cache in SCB_DisableICache()