Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/boot/
Desp_image_loader.c116 …ptr_in_rtc_iram_fast((void *)(load_header.lp_rtc_iram_dest_addr + load_header.lp_rtc_iram_size))) { in esp_app_image_load()
156 if (load_header.lp_rtc_iram_size > 0) { in esp_app_image_load()
159 load_header.lp_rtc_iram_size, load_header.lp_rtc_iram_size); in esp_app_image_load()
161 load_header.lp_rtc_iram_size, load_header.lp_rtc_iram_dest_addr); in esp_app_image_load()
/hal_espressif-latest/zephyr/port/include/boot/
Desp_mcuboot_image.h30 uint32_t lp_rtc_iram_size; /* Size of LP_IRAM region */ member