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

_0V55

0: Voltage reference at 0.55V

_1V1

1: Voltage reference at 1.1V

_2V5

2: Voltage reference at 2.5V

_4V34

3: Voltage reference at 4.34V

_1V5

4: Voltage reference at 1.5V

AVDD

7: AVDD

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.