Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dcache_err_int.c65 DPORT_SET_PERI_REG_MASK(EXTMEM_CACHE_DBG_INT_ENA_REG, in esp_cache_err_int_init()
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c262 REG_SET_BIT(EXTMEM_CACHE_DBG_INT_ENA_REG, EXTMEM_CACHE_DBG_EN); in esp_default_wake_deep_sleep()
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c276 REG_SET_BIT(EXTMEM_CACHE_DBG_INT_ENA_REG, EXTMEM_CACHE_DBG_EN); in esp_default_wake_deep_sleep()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dextmem_reg.h878 #define EXTMEM_CACHE_DBG_INT_ENA_REG (DR_REG_EXTMEM_BASE + 0x0E8) macro