Home
last modified time | relevance | path

Searched defs:BootRsp (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs33 pub struct BootRsp { struct
34 pub br_hdr: *const ImageHeader,
35 pub flash_dev_id: u8,
36 pub image_off: u32,
Dc.rs62 pub fn resp(&self) -> Option<&api::BootRsp> { in resp()
178 rsp: *mut BootRsp, image_index: libc::c_int) -> libc::c_int; in invoke_boot_go()