pub enum NMIASYNCH_A {
SYNC,
ASYNC,
}
Expand description
Asynchronous Edge Detection Mode
Value on reset: 0
Variants
SYNC
0: Edge detection is clock synchronously operated
ASYNC
1: Edge detection is clock asynchronously operated
Trait Implementations
sourceimpl Clone for NMIASYNCH_A
impl Clone for NMIASYNCH_A
sourcefn clone(&self) -> NMIASYNCH_A
fn clone(&self) -> NMIASYNCH_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NMIASYNCH_A
impl Debug for NMIASYNCH_A
sourceimpl From<NMIASYNCH_A> for bool
impl From<NMIASYNCH_A> for bool
sourcefn from(variant: NMIASYNCH_A) -> Self
fn from(variant: NMIASYNCH_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<NMIASYNCH_A> for NMIASYNCH_A
impl PartialEq<NMIASYNCH_A> for NMIASYNCH_A
sourcefn eq(&self, other: &NMIASYNCH_A) -> bool
fn eq(&self, other: &NMIASYNCH_A) -> bool
impl Copy for NMIASYNCH_A
impl StructuralPartialEq for NMIASYNCH_A
Auto Trait Implementations
impl RefUnwindSafe for NMIASYNCH_A
impl Send for NMIASYNCH_A
impl Sync for NMIASYNCH_A
impl Unpin for NMIASYNCH_A
impl UnwindSafe for NMIASYNCH_A
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