#[repr(u8)]pub enum ACIS_A {
ON_TOGGLE = 0,
ON_FALLING_EDGE = 2,
ON_RISING_EDGE = 3,
}
Expand description
Analog Comparator Interrupt Mode Select
Value on reset: 0
Variants§
ON_TOGGLE = 0
0: Interrupt on Toggle
ON_FALLING_EDGE = 2
2: Interrupt on Falling Edge
ON_RISING_EDGE = 3
3: Interrupt on Rising Edge
Trait Implementations§
source§impl PartialEq for ACIS_A
impl PartialEq for ACIS_A
impl Copy for ACIS_A
impl Eq for ACIS_A
impl StructuralPartialEq for ACIS_A
Auto Trait Implementations§
impl Freeze for ACIS_A
impl RefUnwindSafe for ACIS_A
impl Send for ACIS_A
impl Sync for ACIS_A
impl Unpin for ACIS_A
impl UnwindSafe for ACIS_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