pub struct W(_);Expand description
Register NMICTRL writer
Implementations
sourceimpl W
 
impl W
sourcepub fn nmisense(&mut self) -> NMISENSE_W<'_>
 
pub fn nmisense(&mut self) -> NMISENSE_W<'_>
Bits 0:2 - Non-Maskable Interrupt Sense Configuration
sourcepub fn nmifilten(&mut self) -> NMIFILTEN_W<'_>
 
pub fn nmifilten(&mut self) -> NMIFILTEN_W<'_>
Bit 3 - Non-Maskable Interrupt Filter Enable
sourcepub fn nmiasynch(&mut self) -> NMIASYNCH_W<'_>
 
pub fn nmiasynch(&mut self) -> NMIASYNCH_W<'_>
Bit 4 - Asynchronous Edge Detection Mode
Methods from Deref<Target = W<NMICTRL_SPEC>>
Trait Implementations
sourceimpl From<W<NMICTRL_SPEC>> for W
 
impl From<W<NMICTRL_SPEC>> for W
sourcefn from(writer: W<NMICTRL_SPEC>) -> Self
 
fn from(writer: W<NMICTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more