[][src]Enum atsamd51j19a::supc::vref::SELW

pub enum SELW {
    _1V0,
    _1V1,
    _1V2,
    _1V25,
    _2V0,
    _2V2,
    _2V4,
    _2V5,
}

Values that can be written to the field SEL

Variants

_1V0

1.0V voltage reference typical value

_1V1

1.1V voltage reference typical value

_1V2

1.2V voltage reference typical value

_1V25

1.25V voltage reference typical value

_2V0

2.0V voltage reference typical value

_2V2

2.2V voltage reference typical value

_2V4

2.4V voltage reference typical value

_2V5

2.5V voltage reference typical value

Auto Trait Implementations

impl Send for SELW

impl Sync for SELW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]