Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram.c272 if (DPORT_REG_GET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE)==0) { in esp_spiram_writeback_cache()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c364 bool result = (DPORT_REG_GET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE) != 0); in spi_flash_cache_enabled()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h267 #define DPORT_PRO_CACHE_ENABLE (BIT(3)) macro