Enum atsamd51g::system_control::icsr::NMIPENDSET_A   
source · [−]pub enum NMIPENDSET_A {
    VALUE_0,
    VALUE_1,
}Expand description
NMI set-pending bit
Value on reset: 0
Variants
VALUE_0
0: Write: no effect; read: NMI exception is not pending
VALUE_1
1: Write: changes NMI exception state to pending; read: NMI exception is pending
Trait Implementations
sourceimpl Clone for NMIPENDSET_A
 
impl Clone for NMIPENDSET_A
sourcefn clone(&self) -> NMIPENDSET_A
 
fn clone(&self) -> NMIPENDSET_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 NMIPENDSET_A
 
impl Debug for NMIPENDSET_A
sourceimpl From<NMIPENDSET_A> for bool
 
impl From<NMIPENDSET_A> for bool
sourcefn from(variant: NMIPENDSET_A) -> Self
 
fn from(variant: NMIPENDSET_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<NMIPENDSET_A> for NMIPENDSET_A
 
impl PartialEq<NMIPENDSET_A> for NMIPENDSET_A
sourcefn eq(&self, other: &NMIPENDSET_A) -> bool
 
fn eq(&self, other: &NMIPENDSET_A) -> bool
impl Copy for NMIPENDSET_A
impl StructuralPartialEq for NMIPENDSET_A
Auto Trait Implementations
impl RefUnwindSafe for NMIPENDSET_A
impl Send for NMIPENDSET_A
impl Sync for NMIPENDSET_A
impl Unpin for NMIPENDSET_A
impl UnwindSafe for NMIPENDSET_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