Home
last modified time | relevance | path

Searched refs:CCR (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm7.h417 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
1889 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()
1956 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()
Dcore_cm0.h341 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
Dcore_cm0plus.h356 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
Dcore_sc000.h347 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
Dcore_cm3.h355 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
Dcore_sc300.h355 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
Dcore_cm4.h402 …__IO uint32_t CCR; /*!< Offset: 0x014 (R/W) Configuration Control Register … member
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c116 volatile uint32_t CCR; member
326 regs->CCR = I2C_CCR(ccr); in stmI2cSpeedSet()
338 regs->CCR = I2C_CCR_FM | I2C_CCR(ccr_1); in stmI2cSpeedSet()
340 regs->CCR = I2C_CCR_FM | I2C_CCR_DUTY_16_9 | I2C_CCR(ccr_2); in stmI2cSpeedSet()