#[repr(u8)]pub enum ADTS_A {
FREE = 0,
AC = 1,
INT0 = 2,
TC0_CMA = 3,
TC0_OVF = 4,
TC0_CMB = 5,
PCIR = 6,
}
Expand description
ADC Auto Trigger Sources
Value on reset: 0
Variants§
FREE = 0
0: Free Running mode
AC = 1
1: Analog Comparator
INT0 = 2
2: External Interrupt Request 0
TC0_CMA = 3
3: Timer/Counter0 Compare Match A
TC0_OVF = 4
4: Timer/Counter0 Overflow
TC0_CMB = 5
5: Timer/Counter0 Compare Match B
PCIR = 6
6: Pin Change Interrupt Request
Trait Implementations§
source§impl PartialEq for ADTS_A
impl PartialEq for ADTS_A
impl Copy for ADTS_A
impl Eq for ADTS_A
impl StructuralPartialEq for ADTS_A
Auto Trait Implementations§
impl Freeze for ADTS_A
impl RefUnwindSafe for ADTS_A
impl Send for ADTS_A
impl Sync for ADTS_A
impl Unpin for ADTS_A
impl UnwindSafe for ADTS_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