Home
last modified time | relevance | path

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

/mcuboot-latest/boot/espressif/port/
Desp_loader.c92 if (!esp_ptr_in_rtc_iram_fast((void *)load_header.lp_rtc_iram_dest_addr) || in esp_app_image_load()
93 …!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()
141 … (fap->fa_off + load_header.lp_rtc_iram_flash_offset), load_header.lp_rtc_iram_dest_addr, in esp_app_image_load()
144 load_header.lp_rtc_iram_size, load_header.lp_rtc_iram_dest_addr); in esp_app_image_load()
/mcuboot-latest/boot/espressif/hal/include/
Desp_mcuboot_image.h26 uint32_t lp_rtc_iram_dest_addr; /* Destination address (VMA) for LP_IRAM region */ member