Home
last modified time | relevance | path

Searched defs:BOOT_FLAG_UNSET (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h111 #define BOOT_FLAG_UNSET 3 macro
/mcuboot-latest/sim/src/
Dimage.rs2282 const BOOT_FLAG_UNSET: Option<u8> = Some(3); regex