Home
last modified time | relevance | path

Searched refs:ets_rom_layout_t (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Drom_layout.h85 } ets_rom_layout_t; typedef
87 extern const ets_rom_layout_t * const ets_rom_layout_p;
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Drom_layout.h84 } ets_rom_layout_t; typedef
86 extern const ets_rom_layout_t * const ets_rom_layout_p;
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Drom_layout.h96 } ets_rom_layout_t; typedef
98 extern const ets_rom_layout_t *const ets_rom_layout_p;
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Drom_layout.h89 } ets_rom_layout_t; typedef
91 extern const ets_rom_layout_t * const ets_rom_layout_p;
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Drom_layout.h98 } ets_rom_layout_t; typedef
100 extern const ets_rom_layout_t * const ets_rom_layout_p;
/hal_espressif-latest/components/heap/port/
Dmemory_layout_utils.c70 const ets_rom_layout_t *layout = ets_rom_layout_p; in s_prepare_reserved_regions()