Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c1098 …EG_MASK(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MASK_DRAM1|DPORT_APP_CACHE_MASK_OPSDRAM); //use… in psram_cache_init()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h539 #define DPORT_APP_CACHE_MASK_OPSDRAM (BIT(5)) macro