[][src]Enum efm32gg11b820::adc1::scanctrlx::VREFSELR

pub enum VREFSELR {
    VBGR,
    VDDXWATT,
    VREFPWATT,
    VREFP,
    VREFPNWATT,
    VREFPN,
    VBGRLOW,
    _Reserved(u8),
}

Possible values of 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

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

_Reserved(u8)

Reserved

Methods

impl VREFSELR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_vbgr(&self) -> bool[src]

Checks if the value of the field is VBGR

pub fn is_vddxwatt(&self) -> bool[src]

Checks if the value of the field is VDDXWATT

pub fn is_vrefpwatt(&self) -> bool[src]

Checks if the value of the field is VREFPWATT

pub fn is_vrefp(&self) -> bool[src]

Checks if the value of the field is VREFP

pub fn is_vrefpnwatt(&self) -> bool[src]

Checks if the value of the field is VREFPNWATT

pub fn is_vrefpn(&self) -> bool[src]

Checks if the value of the field is VREFPN

pub fn is_vbgrlow(&self) -> bool[src]

Checks if the value of the field is VBGRLOW

Trait Implementations

impl Copy for VREFSELR[src]

impl Debug for VREFSELR[src]

impl PartialEq<VREFSELR> for VREFSELR[src]

impl Clone for VREFSELR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VREFSELR

impl Sync for VREFSELR

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