Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L3A60/drivers/cm0plus/
Dfsl_cache.h46 MCM->CPCR2 &= ~MCM_CPCR2_DCC_MASK; in L1CACHE_EnableCodeCache()
55 MCM->CPCR2 |= MCM_CPCR2_DCC_MASK; in L1CACHE_DisableCodeCache()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L3A60/
DK32L3A60_cm0plus.h12168 #define MCM_CPCR2_DCC_MASK (0x8U) macro
12170 … (((uint32_t)(((uint32_t)(x)) << MCM_CPCR2_DCC_SHIFT)) & MCM_CPCR2_DCC_MASK)