Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dcache_ll.h35 DPORT_REG_SET_BIT(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_CACHE_ENABLE); in cache_ll_l1_enable_cache()
56 DPORT_REG_CLR_BIT(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_CACHE_ENABLE); in cache_ll_l1_disable_cache()
77 enabled = DPORT_REG_GET_BIT(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_CACHE_ENABLE); in cache_ll_l1_is_cache_enabled()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_extram_cache.c41 if (DPORT_REG_GET_BIT(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_CACHE_ENABLE)==0) { in esp_psram_extram_writeback_cache()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h484 #define DPORT_APP_CACHE_ENABLE (BIT(3)) macro