Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs105 struct RamData { struct
106 places: BTreeMap<SlotKey, SlotPlace>,
107 total: u32,
1679 impl RamData { implementation
1682 fn new(slots: &[[SlotInfo; 2]]) -> RamData { in new()
1769 ram: &RamData, in install_image()