Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dcache_utils.c400 cache_size = CACHE_SIZE_8KB; in esp_config_instruction_cache_mode()
411 … cache \t: size %dKB, %dWays, cache line size %dByte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, c… in esp_config_instruction_cache_mode()
432 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode()
443 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode()
456 …e size %dByte", (cache_size == CACHE_SIZE_0KB) ? 0 : ((cache_size == CACHE_SIZE_8KB) ? 8 : 16), 4,… in esp_config_data_cache_mode()
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h51 #define CACHE_SIZE_8KB CACHE_SIZE_HALF macro