Searched defs:BOOT_FLAG_UNSET (Results 1 – 2 of 2) sorted by relevance
| /mcuboot-latest/boot/bootutil/include/bootutil/ | ||
| D | bootutil_public.h | 111 #define BOOT_FLAG_UNSET 3 macro |
| /mcuboot-latest/sim/src/ | ||
| D | image.rs | 2282 const BOOT_FLAG_UNSET: Option<u8> = Some(3); regex |