Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c88 uint8_t copy_done_secondary_slot; member
113 .copy_done_secondary_slot = BOOT_FLAG_SET,
124 .copy_done_secondary_slot = BOOT_FLAG_ANY,
135 .copy_done_secondary_slot = BOOT_FLAG_ANY,
146 .copy_done_secondary_slot = BOOT_FLAG_ANY,
467 && (table->copy_done_secondary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi()
468 table->copy_done_secondary_slot == secondary_slot.copy_done) in boot_swap_type_multi()