Struct efm32gg11b::adc0::singlectrlx::VREFSEL_W[][src]

pub struct VREFSEL_W<'a> { /* fields omitted */ }
Expand description

Write proxy for field VREFSEL

Implementations

Writes variant to the field

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

Writes raw bits to the field

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.