Home
last modified time | relevance | path

Searched refs:asserts (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs27 asserts: u8,
48 asserts: 0, in success_no_asserts()
54 pub fn asserts(&self) -> u8 { in asserts() method
56 BootGoResult::Normal { asserts, .. } => *asserts, in asserts()
104 let asserts = sim_ctx.c_asserts; in boot_go() localVariable
114 BootGoResult::Normal { result, asserts, resp: rsp } in boot_go()
/mcuboot-latest/sim/src/
Dimage.rs1126 if result.asserts() != 0 { in run_with_status_fails_complete()
1176 let asserts = c::boot_go(&mut flash, &self.areadesc, in run_with_status_fails_with_reset() localVariable
1177 Some(&mut count), None, true).asserts(); in run_with_status_fails_with_reset()
1178 if asserts != 0 { in run_with_status_fails_with_reset()
1186 let asserts = c::boot_go(&mut flash, &self.areadesc, None, None, in run_with_status_fails_with_reset() localVariable
1187 true).asserts(); in run_with_status_fails_with_reset()
1193 if asserts > 1 { in run_with_status_fails_with_reset()
1195 more detected {}", asserts); in run_with_status_fails_with_reset()
1214 let asserts = c::boot_go(&mut flash, &self.areadesc, None, None, in run_with_status_fails_with_reset() localVariable
1215 true).asserts(); in run_with_status_fails_with_reset()
[all …]