Searched refs:SCB_CCR_IC_Msk (Results 1 – 9 of 9) sorted by relevance
60 if (SCB->CCR & SCB_CCR_IC_Msk) return; /* return if ICache is already enabled */ in SCB_EnableICache()67 SCB->CCR |= (uint32_t)SCB_CCR_IC_Msk; /* enable I-Cache */ in SCB_EnableICache()83 SCB->CCR &= ~(uint32_t)SCB_CCR_IC_Msk; /* disable I-Cache */ in SCB_DisableICache()
505 #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) /*!< SCB … macro
603 #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) /*!< SCB … macro
657 #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) /*!< SCB … macro
677 #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) /*!< SCB … macro