Home
last modified time | relevance | path

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

/mcuboot-3.4.0/sim/mcuboot-sys/src/
Dc.rs24 resp: api::BootRsp,
57 pub fn resp(&self) -> Option<&api::BootRsp> { in resp() method
59 BootGoResult::Normal { resp, .. } => Some(resp), in resp()
108 BootGoResult::Normal { result, asserts, resp: rsp } in boot_go()
/mcuboot-3.4.0/sim/src/
Dimage.rs1168 let resp = if let Some(resp) = result.resp() { in run_direct_xip() localVariable
1169 resp in run_direct_xip()
1176 assert_eq!(offset, resp.image_off as usize); in run_direct_xip()
1177 assert_eq!(dev_id, resp.flash_dev_id); in run_direct_xip()