pub enum INT_ENABLE_A {
INT_DISABLE = 0,
INT_ENABLE = 1,
}Expand description
Analog Comparator interrupt enable control:.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for INT_ENABLE_A
impl Clone for INT_ENABLE_A
Source§fn clone(&self) -> INT_ENABLE_A
fn clone(&self) -> INT_ENABLE_A
Returns a duplicate 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 INT_ENABLE_A
impl Debug for INT_ENABLE_A
Source§impl From<INT_ENABLE_A> for bool
impl From<INT_ENABLE_A> for bool
Source§fn from(variant: INT_ENABLE_A) -> Self
fn from(variant: INT_ENABLE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for INT_ENABLE_A
impl PartialEq for INT_ENABLE_A
impl Copy for INT_ENABLE_A
impl StructuralPartialEq for INT_ENABLE_A
Auto Trait Implementations§
impl Freeze for INT_ENABLE_A
impl RefUnwindSafe for INT_ENABLE_A
impl Send for INT_ENABLE_A
impl Sync for INT_ENABLE_A
impl Unpin for INT_ENABLE_A
impl UnwindSafe for INT_ENABLE_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