Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_extram_cache.c69 …_PERI_REG_BITS2(DPORT_PRO_DCACHE_DBUG0_REG, DPORT_PRO_CACHE_STATE, DPORT_PRO_CACHE_STATE_S) != 1) ; in esp_psram_extram_writeback_cache()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dcache_ll.h48 …T_PERI_REG_BITS2(DPORT_PRO_DCACHE_DBUG0_REG, DPORT_PRO_CACHE_STATE, DPORT_PRO_CACHE_STATE_S) != 1){ in cache_ll_l1_disable_cache()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h2833 #define DPORT_PRO_CACHE_STATE_M ((DPORT_PRO_CACHE_STATE_V)<<(DPORT_PRO_CACHE_STATE_S))
2835 #define DPORT_PRO_CACHE_STATE_S 7 macro