Home
last modified time | relevance | path

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

/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c143 static bool aligned_flash_read(uintptr_t addr, void *dest, size_t size) in aligned_flash_read() function
203 bool success = aligned_flash_read(fa->fa_off + off, dst, len); in flash_area_read()