Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcache_ll.h57 enabled = REG_GET_BIT(EXTMEM_DCACHE_CTRL_REG, EXTMEM_DCACHE_ENABLE); in cache_ll_l1_is_cache_enabled()
60 enabled = enabled && REG_GET_BIT(EXTMEM_DCACHE_CTRL_REG, EXTMEM_DCACHE_ENABLE); in cache_ll_l1_is_cache_enabled()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dextmem_reg.h39 #define EXTMEM_DCACHE_ENABLE (BIT(0)) macro