pub enum LOOPSDONE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Write ‘1’ to enable interrupt for LOOPSDONE event
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for LOOPSDONE_A
impl Clone for LOOPSDONE_A
Source§fn clone(&self) -> LOOPSDONE_A
fn clone(&self) -> LOOPSDONE_A
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 LOOPSDONE_A
impl Debug for LOOPSDONE_A
Source§impl From<LOOPSDONE_A> for bool
impl From<LOOPSDONE_A> for bool
Source§fn from(variant: LOOPSDONE_A) -> Self
fn from(variant: LOOPSDONE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LOOPSDONE_A
impl PartialEq for LOOPSDONE_A
impl Copy for LOOPSDONE_A
impl StructuralPartialEq for LOOPSDONE_A
Auto Trait Implementations§
impl Freeze for LOOPSDONE_A
impl RefUnwindSafe for LOOPSDONE_A
impl Send for LOOPSDONE_A
impl Sync for LOOPSDONE_A
impl Unpin for LOOPSDONE_A
impl UnwindSafe for LOOPSDONE_A
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