#[repr(transparent)]pub struct Gpr32(pub u32);Expand description
GPR32 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr32
impl Gpr32
Sourcepub const fn flexspi_remap_addr_offset(&self) -> u32
pub const fn flexspi_remap_addr_offset(&self) -> u32
Offset address of flexspi1 and flexspi2
Sourcepub const fn set_flexspi_remap_addr_offset(&mut self, val: u32)
pub const fn set_flexspi_remap_addr_offset(&mut self, val: u32)
Offset address of flexspi1 and flexspi2
Trait Implementations§
impl Copy for Gpr32
impl Eq for Gpr32
impl StructuralPartialEq for Gpr32
Auto Trait Implementations§
impl Freeze for Gpr32
impl RefUnwindSafe for Gpr32
impl Send for Gpr32
impl Sync for Gpr32
impl Unpin for Gpr32
impl UnwindSafe for Gpr32
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