#[repr(transparent)]pub struct Gpr21(pub u32);Expand description
GPR21 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr21
impl Gpr21
Sourcepub const fn lock_m7_apc_ac_r1_top(&self) -> LockM7ApcAcR1Top
pub const fn lock_m7_apc_ac_r1_top(&self) -> LockM7ApcAcR1Top
lock M7_APC_AC_R1_TOP field for changes
Sourcepub const fn set_lock_m7_apc_ac_r1_top(&mut self, val: LockM7ApcAcR1Top)
pub const fn set_lock_m7_apc_ac_r1_top(&mut self, val: LockM7ApcAcR1Top)
lock M7_APC_AC_R1_TOP field for changes
Sourcepub const fn m7_apc_ac_r1_top(&self) -> u32
pub const fn m7_apc_ac_r1_top(&self) -> u32
APC start address of memory region-1
Sourcepub const fn set_m7_apc_ac_r1_top(&mut self, val: u32)
pub const fn set_m7_apc_ac_r1_top(&mut self, val: u32)
APC start address of memory region-1
Trait Implementations§
impl Copy for Gpr21
impl Eq for Gpr21
impl StructuralPartialEq for Gpr21
Auto Trait Implementations§
impl Freeze for Gpr21
impl RefUnwindSafe for Gpr21
impl Send for Gpr21
impl Sync for Gpr21
impl Unpin for Gpr21
impl UnwindSafe for Gpr21
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