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