#[repr(u8)]pub enum ADTS_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
VAL_0X03 = 3,
VAL_0X04 = 4,
VAL_0X05 = 5,
VAL_0X06 = 6,
VAL_0X07 = 7,
}
Expand description
ADC Auto Trigger Source bits
Value on reset: 0
Variants§
VAL_0X00 = 0
0: Free Running mode
VAL_0X01 = 1
1: Analog Comparator
VAL_0X02 = 2
2: External Interrupt Request 0
VAL_0X03 = 3
3: Timer/Counter0 Compare Match A
VAL_0X04 = 4
4: Timer/Counter0 Overflow
VAL_0X05 = 5
5: Timer/Counter1 Compare Match B
VAL_0X06 = 6
6: Timer/Counter1 Overflow
VAL_0X07 = 7
7: Timer/Counter1 Capture Event
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