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