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