Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dcaps.rs36 pub fn present(self) -> bool { in present() argument
42 pub fn has_ecdsa() -> bool { in has_ecdsa()
53 pub fn modifies_flash() -> bool { in modifies_flash()
Dimage.rs131 OverlapImages(bool),
270 pub fn make_image(self, deps: &DepTest, permanent: bool) -> Images { in make_image()
566 pub fn run_basic_upgrade(&self, permanent: bool) -> Option<i32> { in run_basic_upgrade()
578 pub fn run_bootstrap(&self) -> bool { in run_bootstrap() argument
609 pub fn run_oversized_bootstrap(&self) -> bool { in run_oversized_bootstrap() argument
645 pub fn run_check_deps(&self, deps: &DepTest) -> bool { in run_check_deps() argument
655 fn is_swap_upgrade(&self) -> bool { in is_swap_upgrade() argument
659 pub fn run_basic_revert(&self) -> bool { in run_basic_revert() argument
681 pub fn run_perm_with_fails(&self) -> bool { in run_perm_with_fails() argument
730 pub fn run_perm_with_random_fails(&self, total_fails: usize) -> bool { in run_perm_with_random_fails() argument
[all …]
Dlib.rs59 cmd_sizes: bool,
60 cmd_run: bool,
61 cmd_runall: bool,
Ddepends.rs71 pub downgrade: bool,
Dtlv.rs131 gen_corrupted: bool,
134 ignore_ram_load_flag: bool,
/mcuboot-latest/boot/zephyr/
DKconfig15 bool
21 bool
28 bool
34 bool
45 bool
55 bool
59 bool
63 bool
69 bool "Single slot bootloader"
77 bool
[all …]
DKconfig.serial_recovery8 bool "MCUboot serial recovery"
30 bool "UART"
40 bool "CDC ACM"
51 bool "Allow to select image number for DFU"
102 bool "Erase flash progressively when receiving new firmware"
111 bool "Enable echo command"
116 bool "Enable system specific mcumgr commands"
127 bool "Enable storage erase command"
139 bool "GPIO"
155 bool "Wait a prescribed duration to see if DFU is invoked by receiving a MCUmgr comand"
[all …]
DKconfig.firmware_loader10 bool "GPIO"
25 bool "Check boot mode via retention subsystem"
33 bool "Stay in bootloader if no application"
39 bool "Check for device reset by pin"
/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs35 pub fn interrupted(&self) -> bool { in interrupted() argument
40 pub fn success(&self) -> bool { in success() argument
45 pub fn success_no_asserts(&self) -> bool { in success_no_asserts() argument
73 catch_asserts: bool) -> BootGoResult { in boot_go()
/mcuboot-latest/sim/simflash/src/
Dlib.rs62 fn set_verify_writes(&mut self, enable: bool); in set_verify_writes() argument
90 write_safe: Vec<bool>,
95 verify_writes: bool,
247 fn set_verify_writes(&mut self, enable: bool) { in set_verify_writes() argument
365 fn is_bounds(&self) -> bool; in is_bounds() argument
370 fn is_bounds(&self) -> bool { in is_bounds() argument
/mcuboot-latest/ptest/src/
Dmain.rs129 success: bool,
372 fn log_all() -> bool { in log_all()