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