Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_extram_cache.c74 …T_PERI_REG_BITS2(DPORT_APP_DCACHE_DBUG0_REG, DPORT_APP_CACHE_STATE, DPORT_APP_CACHE_STATE_S) != 1); in esp_psram_extram_writeback_cache()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dcache_ll.h53 …T_PERI_REG_BITS2(DPORT_APP_DCACHE_DBUG0_REG, DPORT_APP_CACHE_STATE, DPORT_APP_CACHE_STATE_S) != 1){ in cache_ll_l1_disable_cache()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h3001 #define DPORT_APP_CACHE_STATE_M ((DPORT_APP_CACHE_STATE_V)<<(DPORT_APP_CACHE_STATE_S))
3003 #define DPORT_APP_CACHE_STATE_S 7 macro