[−][src]Enum avr_device::atmega644::adc::admux::MUX_A
Analog Channel and Gain Selection Bits
Value on reset: 0
Variants
0: ADC Single Ended Input pin 0
1: ADC Single Ended Input pin 1
2: ADC Single Ended Input pin 2
3: ADC Single Ended Input pin 3
4: ADC Single Ended Input pin 4
5: ADC Single Ended Input pin 5
6: ADC Single Ended Input pin 6
7: ADC Single Ended Input pin 7
8: ADC Differential Inputs Postive pin 0 Negative pin 0 10x Gain
9: ADC Differential Inputs Postive pin 1 Negative pin 0 10x Gain
10: ADC Differential Inputs Postive pin 0 Negative pin 0 200x Gain
11: ADC Differential Inputs Postive pin 1 Negative pin 0 200x Gain
12: ADC Differential Inputs Postive pin 2 Negative pin 2 10x Gain
13: ADC Differential Inputs Postive pin 3 Negative pin 2 10x Gain
14: ADC Differential Inputs Postive pin 2 Negative pin 2 200x Gain
15: ADC Differential Inputs Postive pin 3 Negative pin 2 200x Gain
16: ADC Differential Inputs Postive pin 0 Negative pin 1 1x Gain
17: ADC Differential Inputs Postive pin 1 Negative pin 1 1x Gain
18: ADC Differential Inputs Postive pin 2 Negative pin 1 1x Gain
19: ADC Differential Inputs Postive pin 3 Negative pin 1 1x Gain
20: ADC Differential Inputs Postive pin 4 Negative pin 1 1x Gain
21: ADC Differential Inputs Postive pin 5 Negative pin 1 1x Gain
22: ADC Differential Inputs Postive pin 6 Negative pin 1 1x Gain
23: ADC Differential Inputs Postive pin 7 Negative pin 1 1x Gain
24: ADC Differential Inputs Postive pin 0 Negative pin 2 1x Gain
25: ADC Differential Inputs Postive pin 1 Negative pin 2 1x Gain
26: ADC Differential Inputs Postive pin 2 Negative pin 2 1x Gain
27: ADC Differential Inputs Postive pin 3 Negative pin 2 1x Gain
28: ADC Differential Inputs Postive pin 4 Negative pin 2 1x Gain
29: ADC Differential Inputs Postive pin 5 Negative pin 2 1x Gain
30: Internal Reference (VBG)
31: 0V (GND)
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>,