Enum efr32xg12p::adc0::singlectrlx::VREFSELR [] [src]

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

Possible values of the field VREFSEL

Variants

Internal 0.83V Bandgap reference

Scaled AVDD: AVDD*(the VREF attenuation factor)

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

Raw single ended external Vref: ADCn_EXTP

Special mode used to generate ENTROPY.

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

Raw differential external Vref from : (ADCn_EXTP-ADCn_EXTN)

Internal Bandgap reference at low setting 0.78V

Methods

impl VREFSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is VBGR

[src]

Checks if the value of the field is VDDXWATT

[src]

Checks if the value of the field is VREFPWATT

[src]

Checks if the value of the field is VREFP

[src]

Checks if the value of the field is VENTROPY

[src]

Checks if the value of the field is VREFPNWATT

[src]

Checks if the value of the field is VREFPN

[src]

Checks if the value of the field is VBGRLOW

Trait Implementations

impl Clone for VREFSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VREFSELR
[src]

impl Debug for VREFSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for VREFSELR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.