Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zephyr/
Dboot_serial_extension_zephyr_basic.c50 rc = flash_area_erase(fa, 0, flash_area_get_size(fa)); in bs_custom_storage_erase()
/mcuboot-latest/sim/mcuboot-sys/csupport/storage/
Dflash_map.h121 int flash_area_erase(const struct flash_area *, uint32_t off, uint32_t len);
/mcuboot-latest/boot/mbed/include/flash_map_backend/
Dflash_map_backend.h141 int flash_area_erase(const struct flash_area * fap, uint32_t off, uint32_t len);
/mcuboot-latest/boot/nuttx/include/flash_map_backend/
Dflash_map_backend.h313 int flash_area_erase(const struct flash_area *fa, uint32_t off,
/mcuboot-latest/boot/espressif/include/flash_map_backend/
Dflash_map_backend.h68 int flash_area_erase(const struct flash_area *fa,
/mcuboot-latest/boot/cypress/cy_flash_pal/include/flash_map_backend/
Dflash_map_backend.h168 int flash_area_erase(const struct flash_area *, uint32_t off, uint32_t len);
/mcuboot-latest/boot/mbed/src/
Dflash_map_backend.cpp197 int flash_area_erase(const struct flash_area* fap, uint32_t off, uint32_t len) { in flash_area_erase() function
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c190 rc = flash_area_erase(fap, off + bytes_copied, chunk_sz); in decrypt_region_inplace()
Dboot_serial.c859 rc = flash_area_erase(fap, start, size); in erase_range()
1003 rc = flash_area_erase(fap, 0, area_size); in bs_upload()
/mcuboot-latest/boot/bootutil/src/
Dram_load.c435 flash_area_erase(fap, 0, flash_area_get_size(fap)); in boot_remove_image_from_flash()
Dloader.c1112 flash_area_erase(fap, 0, flash_area_get_size(fap));
1135 flash_area_erase(fap, 0, flash_area_get_size(fap));
1176 flash_area_erase(fap, 0, fap->fa_size);
1282 return flash_area_erase(fap, off, sz);
2242 flash_area_erase(BOOT_IMG_AREA(state, 1), 0,
2795 rc = flash_area_erase(fap, 0, flash_area_get_size(fap));
Dbootutil_public.c579 flash_area_erase(fa, 0, flash_area_get_size(fa)); in boot_set_next()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c305 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase() function
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c315 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase() function
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c535 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase() function
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c359 int flash_area_erase(const struct flash_area *area, uint32_t off, uint32_t len) in flash_area_erase() function
/mcuboot-latest/docs/
DPORTING.md153 int flash_area_erase(const struct flash_area *, uint32_t off, uint32_t len);