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

#[repr(u8)]
pub enum MUX_A {
Show 15 variants ADC0, ADC1, ADC2, ADC3, ADC4, ADC5, ADC6, ADC7, ADC8, ADC9, ADC10, TEMPSENS, ADC_VBG, ADC_AVCC_4, ADC_GND,
}
Expand description

Analog Channel Selection Bits

Value on reset: 0

Variants

ADC0

0: ADC Single Ended Input pin 0

ADC1

1: ADC Single Ended Input pin 1

ADC2

2: ADC Single Ended Input pin 2

ADC3

3: ADC Single Ended Input pin 3

ADC4

4: ADC Single Ended Input pin 4

ADC5

5: ADC Single Ended Input pin 5

ADC6

6: ADC Single Ended Input pin 6

ADC7

7: ADC Single Ended Input pin 7

ADC8

8: ADC Single Ended Input pin 8

ADC9

9: ADC Single Ended Input pin 9

ADC10

10: ADC Single Ended Input pin 10

TEMPSENS

11: Temperature sensor

ADC_VBG

12: Internal Reference (VBG)

ADC_AVCC_4

13: AVcc/4

ADC_GND

14: 0V (GND)

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.