Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs72 counter: Option<&mut i32>, image_index: Option<i32>, in boot_go()
/mcuboot-latest/sim/src/
Dimage.rs579 pub fn run_basic_upgrade(&self, permanent: bool) -> Option<i32> { in run_basic_upgrade()
1428 fn try_upgrade(&self, stop: Option<i32>, permanent: bool) -> (SimMultiFlash, i32) { in try_upgrade()
1569 fn try_random_fails(&self, total_ops: i32, count: usize) -> (SimMultiFlash, Vec<i32>) { in try_random_fails()