#[repr(transparent)]pub struct Norcr0(pub u32);Expand description
NOR Control Register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Norcr0
impl Norcr0
Sourcepub const fn syncen(&self) -> Norcr0Syncen
pub const fn syncen(&self) -> Norcr0Syncen
Synchronous Mode Enable
Sourcepub const fn set_syncen(&mut self, val: Norcr0Syncen)
pub const fn set_syncen(&mut self, val: Norcr0Syncen)
Synchronous Mode Enable
Sourcepub const fn advp(&self) -> Norcr0Advp
pub const fn advp(&self) -> Norcr0Advp
ADV# Polarity
Sourcepub const fn set_advp(&mut self, val: Norcr0Advp)
pub const fn set_advp(&mut self, val: Norcr0Advp)
ADV# Polarity
Sourcepub const fn advh(&self) -> Norcr0Advh
pub const fn advh(&self) -> Norcr0Advh
ADV# level control during address hold state
Sourcepub const fn set_advh(&mut self, val: Norcr0Advh)
pub const fn set_advh(&mut self, val: Norcr0Advh)
ADV# level control during address hold state
Trait Implementations§
impl Copy for Norcr0
impl Eq for Norcr0
impl StructuralPartialEq for Norcr0
Auto Trait Implementations§
impl Freeze for Norcr0
impl RefUnwindSafe for Norcr0
impl Send for Norcr0
impl Sync for Norcr0
impl Unpin for Norcr0
impl UnwindSafe for Norcr0
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