Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c110 .image_ok_primary_slot = BOOT_FLAG_ANY,
112 .copy_done_primary_slot = BOOT_FLAG_ANY,
120 .image_ok_primary_slot = BOOT_FLAG_ANY,
122 .copy_done_primary_slot = BOOT_FLAG_ANY,
124 .copy_done_secondary_slot = BOOT_FLAG_ANY,
131 .image_ok_primary_slot = BOOT_FLAG_ANY,
133 .copy_done_primary_slot = BOOT_FLAG_ANY,
135 .copy_done_secondary_slot = BOOT_FLAG_ANY,
143 .image_ok_secondary_slot = BOOT_FLAG_ANY,
146 .copy_done_secondary_slot = BOOT_FLAG_ANY,
[all …]
Dswap_scratch.c307 .bst_copy_done_primary_slot = BOOT_FLAG_ANY,
381 (table->bst_copy_done_primary_slot == BOOT_FLAG_ANY || in swap_status_source()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h112 #define BOOT_FLAG_ANY 4 /* NOTE: control only, not dependent on sector */ macro