Home
last modified time | relevance | path

Searched refs:DPORT_APP_CACHE_ENABLE_S (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_extram_cache.c43 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in esp_psram_extram_writeback_cache()
75 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in esp_psram_extram_writeback_cache()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h487 #define DPORT_APP_CACHE_ENABLE_S 3 macro