Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_utility.c95 uint32_t irom_addr,
665 uint32_t irom_addr = 0; local
683 if (irom_addr != 0) {
688 irom_addr = data->segment_data[i];
698 irom_addr,
708 uint32_t irom_addr, argument
767 uint32_t irom_addr_aligned = irom_addr & MMU_FLASH_MASK;
/hal_espressif-3.4.0/components/bootloader_support/include/
Desp_image_format.h191 uint32_t irom_addr; member