Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs118 struct SlotPlace { struct
119 offset: u32,
120 size: u32,
1694 fn lookup(&self, slot: &SlotInfo) -> &SlotPlace { in lookup()