#[repr(u8)]
pub enum INTSEL_A {
TOGGLE,
RISING,
FALLING,
EOC,
}
Expand description
Interrupt Selection
Value on reset: 0
Variants
TOGGLE
0: Interrupt on comparator output toggle
RISING
1: Interrupt on comparator output rising
FALLING
2: Interrupt on comparator output falling
EOC
3: Interrupt on end of comparison (single-shot mode only)
Trait Implementations
impl Copy for INTSEL_A
impl StructuralPartialEq for INTSEL_A
Auto Trait Implementations
impl RefUnwindSafe for INTSEL_A
impl Send for INTSEL_A
impl Sync for INTSEL_A
impl Unpin for INTSEL_A
impl UnwindSafe for INTSEL_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