Searched refs:bool (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/sim/src/ |
D | caps.rs | 36 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()
|
D | image.rs | 131 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 …]
|
D | lib.rs | 59 cmd_sizes: bool, 60 cmd_run: bool, 61 cmd_runall: bool,
|
D | depends.rs | 71 pub downgrade: bool,
|
D | tlv.rs | 131 gen_corrupted: bool, 134 ignore_ram_load_flag: bool,
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 15 bool 21 bool 28 bool 34 bool 45 bool 55 bool 59 bool 63 bool 69 bool "Single slot bootloader" 77 bool [all …]
|
D | Kconfig.serial_recovery | 8 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 …]
|
D | Kconfig.firmware_loader | 10 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/ |
D | c.rs | 35 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/ |
D | lib.rs | 62 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/ |
D | main.rs | 129 success: bool, 372 fn log_all() -> bool { in log_all()
|