Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/host_flash/
Dcache_utils.c178 REG_SET_BIT(EXTMEM_PRO_CACHE_WRAP_AROUND_CTRL_REG, EXTMEM_PRO_CACHE_SRAM_RD_WRAP_AROUND); in esp_enable_cache_spiram_wrap()
/hal_espressif-latest/components/spi_flash/
Dcache_utils.c489 REG_SET_BIT(EXTMEM_PRO_CACHE_WRAP_AROUND_CTRL_REG, EXTMEM_PRO_CACHE_SRAM_RD_WRAP_AROUND); in esp_enable_cache_spiram_wrap()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dextmem_reg.h1476 #define EXTMEM_PRO_CACHE_SRAM_RD_WRAP_AROUND (BIT(1)) macro