Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dcache_ll.h33 DPORT_REG_SET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE); in cache_ll_l1_enable_cache()
51 DPORT_REG_CLR_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE); in cache_ll_l1_disable_cache()
75 enabled = DPORT_REG_GET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE); in cache_ll_l1_is_cache_enabled()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_extram_cache.c36 if (DPORT_REG_GET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE)==0) { in esp_psram_extram_writeback_cache()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h256 #define DPORT_PRO_CACHE_ENABLE (BIT(3)) macro