Home
last modified time | relevance | path

Searched defs:cache_mode (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dcache.h88 struct cache_mode { struct
89 uint32_t cache_size; /*!< cache size in byte */
90 uint16_t cache_line_size; /*!< cache line size in byte */
91 uint8_t cache_ways; /*!< cache ways, always 4 */
92 uint8_t icache; /*!< the cache index, 0 for dcache, 1 for icache */
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dcache.h106 struct cache_mode { struct
107 uint32_t cache_size; /*!< cache size in byte */
108 uint16_t cache_line_size; /*!< cache line size in byte */
109 uint8_t cache_ways; /*!< cache ways, always 4 */
133 struct cache_mode mode; /*!< cache and cache mode */ argument
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dcache.h106 struct cache_mode { struct
107 uint32_t cache_size; /*!< cache size in byte */
108 uint16_t cache_line_size; /*!< cache line size in byte */
109 uint8_t cache_ways; /*!< cache ways, always 4 */
133 struct cache_mode mode; /*!< cache and cache mode */ argument
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dcache.h124 struct cache_mode { struct
125 uint32_t cache_size; /*!< cache size in byte */
126 uint16_t cache_line_size; /*!< cache line size in byte */
127 uint8_t cache_ways; /*!< cache ways, always 4 */
128 uint8_t icache; /*!< the cache index, 0 for dcache, 1 for icache */