#[repr(transparent)]pub struct Sts12(pub u32);Expand description
Status Register 12
Tuple Fields§
§0: u32Implementations§
Source§impl Sts12
impl Sts12
Sourcepub const fn ndaddr(&self) -> u32
pub const fn ndaddr(&self) -> u32
This field indicating the last write address (AXI command) to NAND device (without base address in SEMC_BR4).
Sourcepub const fn set_ndaddr(&mut self, val: u32)
pub const fn set_ndaddr(&mut self, val: u32)
This field indicating the last write address (AXI command) to NAND device (without base address in SEMC_BR4).
Trait Implementations§
impl Copy for Sts12
impl Eq for Sts12
impl StructuralPartialEq for Sts12
Auto Trait Implementations§
impl Freeze for Sts12
impl RefUnwindSafe for Sts12
impl Send for Sts12
impl Sync for Sts12
impl Unpin for Sts12
impl UnwindSafe for Sts12
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