#[repr(u8)]
pub enum SEL_A {
    _1V0,
    _1V1,
    _1V2,
    _1V25,
    _2V0,
    _2V2,
    _2V4,
    _2V5,
}
Expand description

Voltage Reference Selection

Value on reset: 0

Variants

_1V0

0: 1.0V voltage reference typical value

_1V1

1: 1.1V voltage reference typical value

_1V2

2: 1.2V voltage reference typical value

_1V25

3: 1.25V voltage reference typical value

_2V0

4: 2.0V voltage reference typical value

_2V2

5: 2.2V voltage reference typical value

_2V4

6: 2.4V voltage reference typical value

_2V5

7: 2.5V voltage reference typical value

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
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.