[][src]Enum atsame54p::supc::vref::SEL_A

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

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

impl Clone for SEL_A[src]

impl Copy for SEL_A[src]

impl Debug for SEL_A[src]

impl From<SEL_A> for u8[src]

impl PartialEq<SEL_A> for SEL_A[src]

impl StructuralPartialEq for SEL_A[src]

Auto Trait Implementations

impl Send for SEL_A

impl Sync for SEL_A

impl Unpin for SEL_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.