Home
last modified time | relevance | path

Searched refs:cache_hal_is_cache_enabled (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32/
Dcache_hal_esp32.c38 bool cache_hal_is_cache_enabled(cache_type_t type) in cache_hal_is_cache_enabled() function
/hal_espressif-latest/components/hal/include/hal/
Dcache_hal.h70 bool cache_hal_is_cache_enabled(cache_type_t type);
/hal_espressif-latest/components/hal/
Dcache_hal.c159 bool cache_hal_is_cache_enabled(cache_type_t type) in cache_hal_is_cache_enabled() function
/hal_espressif-latest/zephyr/port/host_flash/
Dcache_utils.c146 return cache_hal_is_cache_enabled(CACHE_TYPE_ALL); in spi_flash_cache_enabled()
/hal_espressif-latest/components/spi_flash/
Dcache_utils.c388 return cache_hal_is_cache_enabled(CACHE_TYPE_ALL); in spi_flash_cache_enabled()