Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c98 uint32_t irom_addr,
787 uint32_t irom_addr = 0; local
805 if (irom_addr != 0) {
810 irom_addr = data->segment_data[i];
820 irom_addr,
831 uint32_t irom_addr, argument
870 uint32_t irom_addr_aligned = irom_addr & MMU_FLASH_MASK;
871 …ESP_EARLY_LOGV(TAG, "text starts from paddr=0x%08x, vaddr=0x%08x, size=0x%x", irom_addr, irom_load…
/hal_espressif-latest/components/bootloader_support/include/
Desp_image_format.h205 uint32_t irom_addr; member