Searched refs:boot_set_next (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 300 boot_set_next(const struct flash_area *fa, bool active, bool confirm);
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 523 boot_set_next(const struct flash_area *fa, bool active, bool confirm) in boot_set_next() function 594 boot_set_next(const struct flash_area *fa, bool active, bool confirm) in boot_set_next() function 694 rc = boot_set_next(fap, false, !(permanent == 0)); in boot_set_pending_multi() 739 rc = boot_set_next(fap, true, true); in boot_set_confirmed_multi()
|