[−][src]Enum avr_device::attiny84::adc::admux::MUX_A
Analog Channel and Gain Selection Bits
Value on reset: 0
Variants
0: Single-ended Input ADC0
1: Single-ended Input ADC1
2: Single-ended Input ADC2
3: Single-ended Input ADC3
4: Single-ended Input ADC4
5: Single-ended Input ADC5
6: Single-ended Input ADC6
7: Single-ended Input ADC7
32: 0V (GND)
33: Internal Reference (VBG)
34: Temperature sensor
35: Differential Inputs Positive ADC0 Negative ADC0 20x Gain
8: Differential Inputs Positive ADC0 Negative ADC1 1x Gain
9: Differential Inputs Postive ADC0 Negative ADC1 20x Gain
10: Differential Inputs Positive ADC0 Negative ADC3 1x Gain
11: Differential Inputs Positive ADC0 Negative ADC3 20x Gain
40: Differential Inputs Positive ADC1 Negative ADC0 1x Gain
41: Differential Inputs Positive ADC1 Negative ADC0 20x Gain
12: Differential Inputs Positive ADC1 Negative ADC2 1x Gain
13: Differential Inputs Positive ADC1 Negative ADC2 20x Gain
14: Differential Inputs Positive ADC1 Negative ADC3 1x Gain
15: Differential Inputs Positive ADC1 Negative ADC3 20x Gain
44: Differential Inputs Positive ADC2 Negative ADC2 1x Gain
45: Differential Inputs Positive ADC2 Negative ADC2 20x Gain
16: Differential Inputs Positive ADC2 Negative ADC3 1x Gain
17: Differential Inputs Positive ADC2 Negative ADC3 20x Gain
42: Differential Inputs Positive ADC3 Negative ADC0 1x Gain
43: Differential Inputs Positive ADC3 Negative ADC0 20x Gain
46: Differential Inputs Positive ADC3 Negative ADC1 1x Gain
47: Differential Inputs Positive ADC3 Negative ADC1 20x Gain
48: Differential Inputs Positive ADC3 Negative ADC2 1x Gain
49: Differential Inputs Positive ADC3 Negative ADC2 20x Gain
36: Differential Inputs Positive ADC3 Negative ADC3 1x Gain
37: Differential Inputs Positive ADC3 Negative ADC3 20x Gain
18: Differential Inputs Positive ADC4 Negative ADC0 1x Gain
19: Differential Inputs Positive ADC4 Negative ADC0 20x Gain
20: Differential Inputs Positive ADC5 Negative ADC1 1x Gain
21: Differential Inputs Positive ADC5 Negative ADC1 20x Gain
22: Differential Inputs Positive ADC6 Negative ADC2 1x Gain
23: Differential Inputs Positive ADC6 Negative ADC2 20x Gain
24: Differential Inputs Positive ADC7 Negative ADC3 1x Gain
25: Differential Inputs Positive ADC7 Negative ADC3 20x Gain
50: Differential Inputs Positive ADC4 Negative ADC3 1x Gain
51: Differential Inputs Positive ADC4 Negative ADC3 20x Gain
26: Differential Inputs Positive ADC4 Negative ADC5 1x Gain
27: Differential Inputs Positive ADC4 Negative ADC5 20x Gain
52: Differential Inputs Positive ADC5 Negative ADC3 1x Gain
53: Differential Inputs Positive ADC5 Negative ADC3 20x Gain
58: Differential Inputs Positive ADC5 Negative ADC4 1x Gain
59: Differential Inputs Positive ADC5 Negative ADC4 20x Gain
28: Differential Inputs Positive ADC5 Negative ADC6 1x Gain
29: Differential Inputs Positive ADC5 Negative ADC6 20x Gain
54: Differential Inputs Positive ADC6 Negative ADC3 1x Gain
55: Differential Inputs Positive ADC6 Negative ADC3 20x Gain
60: Differential Inputs Positive ADC6 Negative ADC5 1x Gain
61: Differential Inputs Positive ADC6 Negative ADC5 20x Gain
30: Differential Inputs Positive ADC6 Negative ADC7 1x Gain
31: Differential Inputs Positive ADC6 Negative ADC7 20x Gain
56: Differential Inputs Positive ADC7 Negative ADC3 1x Gain
57: Differential Inputs Positive ADC7 Negative ADC3 20x Gain
62: Differential Inputs Positive ADC7 Negative ADC6 1x Gain
63: Differential Inputs Positive ADC7 Negative ADC6 20x Gain
38: Differential Inputs Positive ADC7 Negative ADC7 1x Gain
39: Differential Inputs Positive ADC7 Negative ADC7 20x Gain
Trait Implementations
impl Clone for MUX_A[src]
fn clone(&self) -> MUX_A[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for MUX_A[src]
impl Debug for MUX_A[src]
impl From<MUX_A> for u8[src]
impl PartialEq<MUX_A> for MUX_A[src]
impl StructuralPartialEq for MUX_A[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,