Enum avr_device::atmega4809::vref::ctrla::AC0REFSEL_A [−][src]
#[repr(u8)]
pub enum AC0REFSEL_A {
_0V55,
_1V1,
_2V5,
_4V34,
_1V5,
AVDD,
}Expand description
AC0 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
7: AVDD
Trait Implementations
Performs the conversion.