Enum avr_device::atmega4809::adc0::muxpos::MUXPOS_A[][src]

#[repr(u8)]
pub enum MUXPOS_A {
Show variants AIN0, AIN1, AIN2, AIN3, AIN4, AIN5, AIN6, AIN7, AIN8, AIN9, AIN10, AIN11, AIN12, AIN13, AIN14, AIN15, DACREF, TEMPSENSE, GND,
}
Expand description

Analog Channel Selection Bits

Value on reset: 0

Variants

AIN0

0: ADC input pin 0

AIN1

1: ADC input pin 1

AIN2

2: ADC input pin 2

AIN3

3: ADC input pin 3

AIN4

4: ADC input pin 4

AIN5

5: ADC input pin 5

AIN6

6: ADC input pin 6

AIN7

7: ADC input pin 7

AIN8

8: ADC input pin 8

AIN9

9: ADC input pin 9

AIN10

10: ADC input pin 10

AIN11

11: ADC input pin 11

AIN12

12: ADC input pin 12

AIN13

13: ADC input pin 13

AIN14

14: ADC input pin 14

AIN15

15: ADC input pin 15

DACREF

28: AC DAC Reference

TEMPSENSE

30: Temperature sensor

GND

31: 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.