Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dcaps.rs37 pub fn present(self) -> bool { in present() argument
43 pub fn has_ecdsa() -> bool { in has_ecdsa()
54 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()
579 pub fn run_basic_upgrade(&self, permanent: bool) -> Option<i32> { in run_basic_upgrade()
591 pub fn run_bootstrap(&self) -> bool { in run_bootstrap() argument
622 pub fn run_oversized_bootstrap(&self) -> bool { in run_oversized_bootstrap() argument
658 pub fn run_check_deps(&self, deps: &DepTest) -> bool { in run_check_deps() argument
668 fn is_swap_upgrade(&self) -> bool { in is_swap_upgrade() argument
672 pub fn run_basic_revert(&self) -> bool { in run_basic_revert() argument
694 pub fn run_perm_with_fails(&self) -> bool { in run_perm_with_fails() argument
743 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
78 bool "Single slot bootloader"
[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/scripts/tests/
Dtest_compression.py40 def check_if_compressed(out_file: Path) -> bool:
61 def test_lzma2_compression(tmpdir: Path, key_file: Path, compression: str, compressed: bool): argument
/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()