Enum avr_device::attiny85::adc::admux::MUX_A[][src]

#[repr(u8)]
pub enum MUX_A {
Show 15 variants ADC0, ADC1, ADC2, ADC3, ADC2_ADC2_1X, ADC2_ADC2_20X, ADC2_ADC3_1X, ADC2_ADC3_20X, ADC0_ADC0_1X, ADC0_ADC0_20X, ADC0_ADC1_1X, ADC0_ADC1_20X, ADC_VBG, ADC_GND, TEMPSENS,
}
Expand description

Analog Channel and Gain Selection Bits

Value on reset: 0

Variants

ADC0

0: Single-ended Input ADC0

ADC1

1: Single-ended Input ADC1

ADC2

2: Single-ended Input ADC2

ADC3

3: Single-ended Input ADC3

ADC2_ADC2_1X

4: Differential Inputs Positive ADC2 Negative ADC2 1x Gain

ADC2_ADC2_20X

5: Differential Inputs Positive ADC2 Negative ADC2 20x Gain

ADC2_ADC3_1X

6: Differential Inputs Positive ADC2 Negative ADC3 1x Gain

ADC2_ADC3_20X

7: Differential Inputs Positive ADC2 Negative ADC3 20x Gain

ADC0_ADC0_1X

8: Differential Inputs Positive ADC0 Negative ADC0 1x Gain

ADC0_ADC0_20X

9: Differential Inputs Positive ADC0 Negative ADC0 20x Gain

ADC0_ADC1_1X

10: Differential Inputs Positive ADC0 Negative ADC1 1x Gain

ADC0_ADC1_20X

11: Differential Inputs Positive ADC0 Negative ADC1 20x Gain

ADC_VBG

12: Internal Reference (VBG)

ADC_GND

13: 0V (GND)

TEMPSENS

15: Temperature sensor

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.