Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libabr/src/
Dlib.rs137 pub struct AbrSlotData { struct
144 const ABR_SLOT_DATA_SIZE: usize = size_of::<AbrSlotData>(); argument
146 impl AbrSlotData { implementation
209 pub slot_data: [AbrSlotData; 2],
229 fn slot_data(&self, slot_index: SlotIndex) -> &AbrSlotData { in slot_data() argument
234 fn slot_data_mut(&mut self, slot_index: SlotIndex) -> &mut AbrSlotData { in slot_data_mut() argument
253 AbrSlotData::deserialize(&bytes[8..12].try_into().unwrap()), in deserialize()
254 AbrSlotData::deserialize(&bytes[12..16].try_into().unwrap()), in deserialize()
345 AbrSlotData { in default()
351 AbrSlotData { in default()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs36 struct AbrSlotData { struct
43 impl Default for AbrSlotData { implementation
104 slot_data: [AbrSlotData; 2],