Searched refs:CACHE_SIZE_HALF (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | cache.h | 59 #define ICACHE_SIZE_16KB CACHE_SIZE_HALF 61 #define DCACHE_SIZE_32KB CACHE_SIZE_HALF 65 CACHE_SIZE_HALF = 0, /*!< 8KB for icache and dcache */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 59 #define ICACHE_SIZE_16KB CACHE_SIZE_HALF 61 #define DCACHE_SIZE_32KB CACHE_SIZE_HALF 65 CACHE_SIZE_HALF = 0, /*!< 8KB for icache and dcache */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 72 #define ICACHE_SIZE_16KB CACHE_SIZE_HALF 74 #define DCACHE_SIZE_32KB CACHE_SIZE_HALF 78 CACHE_SIZE_HALF = 0, /*!< 8KB for icache and dcache */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 51 #define CACHE_SIZE_8KB CACHE_SIZE_HALF 54 CACHE_SIZE_HALF = 0, /*!< 8KB for icache and dcache */ enumerator
|
/hal_espressif-latest/components/spi_flash/ |
D | cache_utils.c | 655 cache_size = CACHE_SIZE_HALF; in esp_config_instruction_cache_mode() 672 …ion cache: size %dKB, %dWays, cache line size %dByte", cache_size == CACHE_SIZE_HALF ? 16 : 32, ca… in esp_config_instruction_cache_mode() 687 cache_size = CACHE_SIZE_HALF; in esp_config_data_cache_mode()
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 41 CACHE_SIZE_HALF = 0, /*!< 8KB for icache and dcache */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 45 CACHE_SIZE_HALF = 0, /*!< 8KB for icache and dcache */ enumerator
|