Searched refs:CCR (Results 1 – 5 of 5) sorted by relevance
58 if (SCB->CCR & SCB_CCR_IC_Msk) return; /* return if ICache is already enabled */ in SCB_EnableICache()65 SCB->CCR |= (uint32_t)SCB_CCR_IC_Msk; /* enable I-Cache */ in SCB_EnableICache()81 SCB->CCR &= ~(uint32_t)SCB_CCR_IC_Msk; /* disable I-Cache */ in SCB_DisableICache()146 if (SCB->CCR & SCB_CCR_DC_Msk) return; /* return if DCache is already enabled */ in SCB_EnableDCache()167 SCB->CCR |= (uint32_t)SCB_CCR_DC_Msk; /* enable D-Cache */ in SCB_EnableDCache()195 SCB->CCR &= ~(uint32_t)SCB_CCR_DC_Msk; /* disable D-Cache */ in SCB_DisableDCache()
367 __IOM uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register */ member
528 __IOM uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register */ member
566 …__IOM uint32_t CCR; /*!< The Configuration and Control Register permanen… member
960 …__IOM uint32_t CCR; /*!< Sets or returns configuration and control data … member