#[repr(transparent)]pub struct Gpr25(pub u32);Expand description
GPR25 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr25
impl Gpr25
Sourcepub const fn lock_m7_apc_ac_r3_top(&self) -> LockM7ApcAcR3Top
pub const fn lock_m7_apc_ac_r3_top(&self) -> LockM7ApcAcR3Top
lock M7_APC_AC_R3_TOP field for changes
Sourcepub const fn set_lock_m7_apc_ac_r3_top(&mut self, val: LockM7ApcAcR3Top)
pub const fn set_lock_m7_apc_ac_r3_top(&mut self, val: LockM7ApcAcR3Top)
lock M7_APC_AC_R3_TOP field for changes
Sourcepub const fn m7_apc_ac_r3_top(&self) -> u32
pub const fn m7_apc_ac_r3_top(&self) -> u32
APC start address of memory region-3
Sourcepub const fn set_m7_apc_ac_r3_top(&mut self, val: u32)
pub const fn set_m7_apc_ac_r3_top(&mut self, val: u32)
APC start address of memory region-3
Trait Implementations§
impl Copy for Gpr25
impl Eq for Gpr25
impl StructuralPartialEq for Gpr25
Auto Trait Implementations§
impl Freeze for Gpr25
impl RefUnwindSafe for Gpr25
impl Send for Gpr25
impl Sync for Gpr25
impl Unpin for Gpr25
impl UnwindSafe for Gpr25
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