[][src]Enum efm32gg11b820::adc1::singlectrlx::VREFSELW

pub enum VREFSELW {
    VBGR,
    VDDXWATT,
    VREFPWATT,
    VREFP,
    VENTROPY,
    VREFPNWATT,
    VREFPN,
    VBGRLOW,
}

Values that can be written to the field VREFSEL

Variants

VBGR

Internal 0.83V Bandgap reference

VDDXWATT

Scaled AVDD: AVDD*(the VREF attenuation factor)

VREFPWATT

Scaled singled ended external Vref: ADCn_EXTP*(the VREF attenuation factor)

VREFP

Raw single ended external Vref: ADCn_EXTP

VENTROPY

Special mode used to generate ENTROPY.

VREFPNWATT

Scaled differential external Vref from : (ADCn_EXTP-ADCn_EXTN)*(the VREF attenuation factor)

VREFPN

Raw differential external Vref from : (ADCn_EXTP-ADCn_EXTN)

VBGRLOW

Internal Bandgap reference at low setting 0.78V

Auto Trait Implementations

impl Send for VREFSELW

impl Sync for VREFSELW

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self