#[repr(transparent)]pub struct Gpr23(pub u32);Expand description
GPR23 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr23
impl Gpr23
Sourcepub const fn lock_m7_apc_ac_r2_top(&self) -> LockM7ApcAcR2Top
pub const fn lock_m7_apc_ac_r2_top(&self) -> LockM7ApcAcR2Top
lock M7_APC_AC_R2_TOP field for changes
Sourcepub const fn set_lock_m7_apc_ac_r2_top(&mut self, val: LockM7ApcAcR2Top)
pub const fn set_lock_m7_apc_ac_r2_top(&mut self, val: LockM7ApcAcR2Top)
lock M7_APC_AC_R2_TOP field for changes
Sourcepub const fn m7_apc_ac_r2_top(&self) -> u32
pub const fn m7_apc_ac_r2_top(&self) -> u32
APC start address of memory region-2
Sourcepub const fn set_m7_apc_ac_r2_top(&mut self, val: u32)
pub const fn set_m7_apc_ac_r2_top(&mut self, val: u32)
APC start address of memory region-2
Trait Implementations§
impl Copy for Gpr23
impl Eq for Gpr23
impl StructuralPartialEq for Gpr23
Auto Trait Implementations§
impl Freeze for Gpr23
impl RefUnwindSafe for Gpr23
impl Send for Gpr23
impl Sync for Gpr23
impl Unpin for Gpr23
impl UnwindSafe for Gpr23
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