Searched defs:asserts (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | c.rs | 54 pub fn asserts(&self) -> u8 { in asserts() method 104 let asserts = sim_ctx.c_asserts; in boot_go() localVariable
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1176 let asserts = c::boot_go(&mut flash, &self.areadesc, in run_with_status_fails_with_reset() localVariable 1186 let asserts = c::boot_go(&mut flash, &self.areadesc, None, None, in run_with_status_fails_with_reset() localVariable 1214 let asserts = c::boot_go(&mut flash, &self.areadesc, None, None, in run_with_status_fails_with_reset() localVariable
|