#[repr(transparent)]pub struct Nandcr0(pub u32);Expand description
NAND Control Register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Nandcr0
impl Nandcr0
Sourcepub const fn syncen(&self) -> Nandcr0Syncen
pub const fn syncen(&self) -> Nandcr0Syncen
Synchronous Mode Enable
Sourcepub const fn set_syncen(&mut self, val: Nandcr0Syncen)
pub const fn set_syncen(&mut self, val: Nandcr0Syncen)
Synchronous Mode Enable
Sourcepub const fn col(&self) -> Nandcr0Col
pub const fn col(&self) -> Nandcr0Col
Column address bit number
Sourcepub const fn set_col(&mut self, val: Nandcr0Col)
pub const fn set_col(&mut self, val: Nandcr0Col)
Column address bit number
Trait Implementations§
impl Copy for Nandcr0
impl Eq for Nandcr0
impl StructuralPartialEq for Nandcr0
Auto Trait Implementations§
impl Freeze for Nandcr0
impl RefUnwindSafe for Nandcr0
impl Send for Nandcr0
impl Sync for Nandcr0
impl Unpin for Nandcr0
impl UnwindSafe for Nandcr0
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