Home
last modified time | relevance | path

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

/mcuboot-3.7.0/sim/mcuboot-sys/src/
Dc.rs29 resp: api::BootRsp,
62 pub fn resp(&self) -> Option<&api::BootRsp> { in resp() method
64 BootGoResult::Normal { resp, .. } => Some(resp), in resp()
114 BootGoResult::Normal { result, asserts, resp: rsp } in boot_go()
/mcuboot-3.7.0/sim/src/
Dimage.rs1225 let resp = if let Some(resp) = result.resp() { in run_direct_xip() localVariable
1226 resp in run_direct_xip()
1233 assert_eq!(offset, resp.image_off as usize); in run_direct_xip()
1234 assert_eq!(dev_id, resp.flash_dev_id); in run_direct_xip()