Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dcache_err_int.c74 EXTMEM_CACHE_DBG_EN); 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.h997 #define EXTMEM_CACHE_DBG_EN (BIT(0)) macro