[][src]Enum efm32pg12_pac::vdac0::ctrl::REFSEL_A

#[repr(u8)]
pub enum REFSEL_A {
    _1V25LN,
    _2V5LN,
    _1V25,
    _2V5,
    VDD,
    EXT,
}

Reference Selection

Value on reset: 0

Variants

_1V25LN

0: Internal low noise 1.25 V bandgap reference

_2V5LN

1: Internal low noise 2.5 V bandgap reference

_1V25

2: Internal 1.25 V bandgap reference

_2V5

3: Internal 2.5 V bandgap reference

VDD

4: AVDD reference

EXT

6: External pin reference

Trait Implementations

impl Clone for REFSEL_A[src]

impl Copy for REFSEL_A[src]

impl Debug for REFSEL_A[src]

impl From<REFSEL_A> for u8[src]

impl PartialEq<REFSEL_A> for REFSEL_A[src]

impl StructuralPartialEq for REFSEL_A[src]

Auto Trait Implementations

impl Send for REFSEL_A

impl Sync for REFSEL_A

impl Unpin for REFSEL_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.