Home
last modified time | relevance | path

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

/mcuboot-3.6.0/sim/mcuboot-sys/src/
Dlib.rs36 pub fn borrow_part(&self, base: usize, size: usize) -> &[u8] { in borrow_part() method
/mcuboot-3.6.0/sim/src/
Dimage.rs1261 let ram_image = ram.borrow_part(place.offset as usize - RAM_LOAD_ADDR as usize, in run_ram_load()
1305 let ram_image = ram.borrow_part(place.offset as usize - RAM_LOAD_ADDR as usize, in run_split_ram_load()