Searched refs:resp (Results 1 – 2 of 2) sorted by relevance
24 resp: api::BootRsp,57 pub fn resp(&self) -> Option<&api::BootRsp> { in resp() method59 BootGoResult::Normal { resp, .. } => Some(resp), in resp()108 BootGoResult::Normal { result, asserts, resp: rsp } in boot_go()
1168 let resp = if let Some(resp) = result.resp() { in run_direct_xip() localVariable1169 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()