Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/dfu/mcuboot/src/
Dmain.c48 zassert(boot_erase_img_bank(SLOT1_PARTITION_ID) == 0, in ZTEST()
87 zassert(boot_erase_img_bank(SLOT1_PARTITION_ID) == 0, in ZTEST()
119 zassert(boot_erase_img_bank(SLOT0_PARTITION_ID) == 0, in ZTEST()
/Zephyr-Core-3.7.0/include/zephyr/dfu/
Dmcuboot.h264 int boot_erase_img_bank(uint8_t area_id);
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/
Dupdatehub_storage.c34 if (boot_erase_img_bank(partition_id)) { in updatehub_storage_init()
/Zephyr-Core-3.7.0/subsys/dfu/boot/
Dmcuboot_shell.c110 err = boot_erase_img_bank(id); in cmd_mcuboot_erase()
Dmcuboot.c245 int boot_erase_img_bank(uint8_t area_id) in boot_erase_img_bank() function
/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_program.c192 err = boot_erase_img_bank(FIXED_PARTITION_ID(slot1_partition)); in canopen_program_cmd_clear()
/Zephyr-Core-3.7.0/subsys/usb/device/class/dfu/
Dusb_dfu.c889 if (boot_erase_img_bank(DOWNLOAD_FLASH_AREA_ID)) { in dfu_work_handler()
/Zephyr-Core-3.7.0/subsys/mgmt/hawkbit/
Dhawkbit.c830 ret = boot_erase_img_bank(FIXED_PARTITION_ID(SLOT1_LABEL)); in hawkbit_init()