Enum avr_device::atmega4809::vref::ctrla::ADC0REFSEL_A [−][src]
#[repr(u8)]
pub enum ADC0REFSEL_A {
_0V55,
_1V1,
_2V5,
_4V34,
_1V5,
}Expand description
ADC0 reference select
Value on reset: 0
Variants
0: Voltage reference at 0.55V
1: Voltage reference at 1.1V
2: Voltage reference at 2.5V
3: Voltage reference at 4.34V
4: Voltage reference at 1.5V
Trait Implementations
Performs the conversion.