pub enum Nmipendsetselect {
Value0 = 0,
Value1 = 1,
}
Expand description
NMI set-pending bit
Value on reset: 0
Variants§
Value0 = 0
0: Write: no effect; read: NMI exception is not pending
Value1 = 1
1: Write: changes NMI exception state to pending; read: NMI exception is pending
Trait Implementations§
Source§impl Clone for Nmipendsetselect
impl Clone for Nmipendsetselect
Source§fn clone(&self) -> Nmipendsetselect
fn clone(&self) -> Nmipendsetselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Nmipendsetselect
impl Debug for Nmipendsetselect
Source§impl From<Nmipendsetselect> for bool
impl From<Nmipendsetselect> for bool
Source§fn from(variant: Nmipendsetselect) -> Self
fn from(variant: Nmipendsetselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Nmipendsetselect
impl PartialEq for Nmipendsetselect
impl Copy for Nmipendsetselect
impl Eq for Nmipendsetselect
impl StructuralPartialEq for Nmipendsetselect
Auto Trait Implementations§
impl Freeze for Nmipendsetselect
impl RefUnwindSafe for Nmipendsetselect
impl Send for Nmipendsetselect
impl Sync for Nmipendsetselect
impl Unpin for Nmipendsetselect
impl UnwindSafe for Nmipendsetselect
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