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