pub struct R(_);
Expand description
Register NMICTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn nmisense(&self) -> NMISENSE_R
pub fn nmisense(&self) -> NMISENSE_R
Bits 0:2 - Non-Maskable Interrupt Sense Configuration
sourcepub fn nmifilten(&self) -> NMIFILTEN_R
pub fn nmifilten(&self) -> NMIFILTEN_R
Bit 3 - Non-Maskable Interrupt Filter Enable
sourcepub fn nmiasynch(&self) -> NMIASYNCH_R
pub fn nmiasynch(&self) -> NMIASYNCH_R
Bit 4 - Asynchronous Edge Detection Mode
Methods from Deref<Target = R<NMICTRL_SPEC>>
Trait Implementations
sourceimpl From<R<NMICTRL_SPEC>> for R
impl From<R<NMICTRL_SPEC>> for R
sourcefn from(reader: R<NMICTRL_SPEC>) -> Self
fn from(reader: R<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