Enum efm32gg11b::adc0::scanctrlx::VREFSEL_A[][src]

#[repr(u8)]
pub enum VREFSEL_A {
    VBGR,
    VDDXWATT,
    VREFPWATT,
    VREFP,
    VREFPNWATT,
    VREFPN,
    VBGRLOW,
}
Expand description

Scan Channel Reference Selection

Value on reset: 0

Variants

VBGR

0: Internal 0.83V Bandgap reference

VDDXWATT

1: Scaled AVDD: AVDD*(the VREF attenuation factor)

VREFPWATT

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

VREFP

3: Raw single ended external Vref: ADCn_EXTP

VREFPNWATT

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

VREFPN

6: Raw differential external Vref from : (ADCn_EXTP-ADCn_EXTN)

VBGRLOW

7: Internal Bandgap reference at low setting 0.78V

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.