#[repr(transparent)]pub struct Gpr10(pub u32);Expand description
SRC General Purpose Register 10
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr10
impl Gpr10
Sourcepub const fn persist_redundant_boot(&self) -> u8
pub const fn persist_redundant_boot(&self) -> u8
This field identifies which image must be used - 0/1/2/3
Sourcepub const fn set_persist_redundant_boot(&mut self, val: u8)
pub const fn set_persist_redundant_boot(&mut self, val: u8)
This field identifies which image must be used - 0/1/2/3
Sourcepub const fn persist_secondary_boot(&self) -> bool
pub const fn persist_secondary_boot(&self) -> bool
This bit identifies which image must be used - primary and secondary
Sourcepub const fn set_persist_secondary_boot(&mut self, val: bool)
pub const fn set_persist_secondary_boot(&mut self, val: bool)
This bit identifies which image must be used - primary and secondary
Trait Implementations§
impl Copy for Gpr10
impl Eq for Gpr10
impl StructuralPartialEq for Gpr10
Auto Trait Implementations§
impl Freeze for Gpr10
impl RefUnwindSafe for Gpr10
impl Send for Gpr10
impl Sync for Gpr10
impl Unpin for Gpr10
impl UnwindSafe for Gpr10
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more