Searched refs:irom_load_addr_aligned (Results 1 – 1 of 1) sorted by relevance
/device/soc/esp/esp32/components/bootloader_support/src/ |
D | bootloader_utility.c | 743 uint32_t irom_load_addr_aligned = irom_load_addr & MMU_FLASH_MASK; local 746 irom_addr & MMU_FLASH_MASK, irom_load_addr_aligned, irom_size, irom_page_count); 748 …rc = cache_flash_mmu_set(0, 0, irom_load_addr_aligned, irom_addr & MMU_FLASH_MASK, 64, irom_page_c… 767 …rc = cache_flash_mmu_set(1, 0, irom_load_addr_aligned, irom_addr & MMU_FLASH_MASK, 64, irom_page_c…
|