#[repr(transparent)]pub struct Gpr1(pub u32);Expand description
SRC General Purpose Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr1
impl Gpr1
Sourcepub const fn persistent_entry0(&self) -> u32
pub const fn persistent_entry0(&self) -> u32
Holds entry function for core0 for waking-up from low power mode
Sourcepub const fn set_persistent_entry0(&mut self, val: u32)
pub const fn set_persistent_entry0(&mut self, val: u32)
Holds entry function for core0 for waking-up from low power mode
Trait Implementations§
impl Copy for Gpr1
impl Eq for Gpr1
impl StructuralPartialEq for Gpr1
Auto Trait Implementations§
impl Freeze for Gpr1
impl RefUnwindSafe for Gpr1
impl Send for Gpr1
impl Sync for Gpr1
impl Unpin for Gpr1
impl UnwindSafe for Gpr1
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