Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm7.h555 #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) /*!< SCB … macro
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()