Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/
Dcache.h60 #define ICACHE_SIZE_32KB CACHE_SIZE_FULL
62 #define DCACHE_SIZE_64KB CACHE_SIZE_FULL
66 CACHE_SIZE_FULL = 1, /*!< 16KB for icache and dcache */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/
Dcache.h60 #define ICACHE_SIZE_32KB CACHE_SIZE_FULL
62 #define DCACHE_SIZE_64KB CACHE_SIZE_FULL
66 CACHE_SIZE_FULL = 1, /*!< 16KB for icache and dcache */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/
Dcache.h73 #define ICACHE_SIZE_32KB CACHE_SIZE_FULL
75 #define DCACHE_SIZE_64KB CACHE_SIZE_FULL
79 CACHE_SIZE_FULL = 1, /*!< 16KB for icache and dcache */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/
Dcache.h51 #define CACHE_SIZE_16KB CACHE_SIZE_FULL
54 CACHE_SIZE_FULL = 1, /*!< 16KB for icache and dcache */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/
Dcache.h42 CACHE_SIZE_FULL = 1, /*!< 16KB for icache and dcache */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/
Dcache.h46 CACHE_SIZE_FULL = 1, /*!< 16KB for icache and dcache */ enumerator
/hal_espressif-3.7.0/components/spi_flash/
Dcache_utils.c704 cache_size = CACHE_SIZE_FULL; in esp_config_instruction_cache_mode()
736 cache_size = CACHE_SIZE_FULL; in esp_config_data_cache_mode()