Home
last modified time | relevance | path

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

/mcuboot-3.4.0/sim/mcuboot-sys/src/
Dc.rs72 let mut sim_ctx = api::CSimContext { in boot_go() localVariable
89 None => raw::invoke_boot_go(&mut sim_ctx as *mut _, in boot_go()
92 Some(i) => raw::invoke_boot_go(&mut sim_ctx as *mut _, in boot_go()
98 let asserts = sim_ctx.c_asserts; in boot_go()
100 *c = sim_ctx.flash_counter; in boot_go()
161 pub fn invoke_boot_go(sim_ctx: *mut CSimContext, areadesc: *const CAreaDesc, in invoke_boot_go()