Searched refs:resp (Results 1 – 2 of 2) sorted by relevance
29 resp: api::BootRsp,62 pub fn resp(&self) -> Option<&api::BootRsp> { in resp() method64 BootGoResult::Normal { resp, .. } => Some(resp), in resp()114 BootGoResult::Normal { result, asserts, resp: rsp } in boot_go()
1225 let resp = if let Some(resp) = result.resp() { in run_direct_xip() localVariable1226 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()