Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/boot/
Desp_image_loader.c115 if (!esp_ptr_in_rtc_iram_fast((void *)load_header.lp_rtc_iram_dest_addr) || in esp_app_image_load()
116 …!esp_ptr_in_rtc_iram_fast((void *)(load_header.lp_rtc_iram_dest_addr + load_header.lp_rtc_iram_siz… in esp_app_image_load()
158 … (fap->fa_off + load_header.lp_rtc_iram_flash_offset), load_header.lp_rtc_iram_dest_addr, 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.h28 uint32_t lp_rtc_iram_dest_addr; /* Destination address (VMA) for LP_IRAM region */ member