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