Home
last modified time | relevance | path

Searched refs:cache_ll_l1_is_cache_enabled (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32/
Dcache_hal_esp32.c40 bool result = cache_ll_l1_is_cache_enabled(0, CACHE_TYPE_ALL); in cache_hal_is_cache_enabled()
42 result = result && cache_ll_l1_is_cache_enabled(1, CACHE_TYPE_ALL); in cache_hal_is_cache_enabled()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dcache_ll.h46 static inline bool cache_ll_l1_is_cache_enabled(uint32_t cache_id, cache_type_t type) in cache_ll_l1_is_cache_enabled() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dcache_ll.h47 static inline bool cache_ll_l1_is_cache_enabled(uint32_t cache_id, cache_type_t type) in cache_ll_l1_is_cache_enabled() function
/hal_espressif-latest/components/hal/
Dcache_hal.c164 return cache_ll_l1_is_cache_enabled(0, type); in cache_hal_is_cache_enabled()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dcache_ll.h33 static inline bool cache_ll_l1_is_cache_enabled(uint32_t cache_id, cache_type_t type) in cache_ll_l1_is_cache_enabled() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcache_ll.h49 static inline bool cache_ll_l1_is_cache_enabled(uint32_t cache_id, cache_type_t type) in cache_ll_l1_is_cache_enabled() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Dcache_ll.h68 static inline bool cache_ll_l1_is_cache_enabled(uint32_t cache_id, cache_type_t type) in cache_ll_l1_is_cache_enabled() function