pub enum REFSELW {
    INT1V2,
    INT1V8,
    INT2V4,
    VDD,
    AREF,
}
Expand description

Values that can be written to the field REFSEL

Variants§

§

INT1V2

VREF = internal 1.2 V reference (VDD >= 1.7 V)

§

INT1V8

VREF = internal 1.8 V reference (VDD >= VREF + 0.2 V)

§

INT2V4

VREF = internal 2.4 V reference (VDD >= VREF + 0.2 V)

§

VDD

VREF = VDD

§

AREF

VREF = AREF (VDD >= VREF >= AREFMIN)

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.

Should always be Self
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.