Enum efm32hg222f64::adc0::scanctrl::REFR [] [src]

pub enum REFR {
    _1V25,
    _2V5,
    VDD,
    _5VDIFF,
    EXTSINGLE,
    _2XEXTDIFF,
    _2XVDD,
    _Reserved(u8),
}

Possible values of the field REF

Variants

Internal 1.25 V reference

Internal 2.5 V reference

VDD

Internal differential 5 V reference

Single ended external reference from ADCn_CH6

Differential external reference, 2x(ADCn_CH6 - ADCn_CH7)

Unbuffered 2xVDD

Reserved

Methods

impl REFR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _1V25

[src]

Checks if the value of the field is _2V5

[src]

Checks if the value of the field is VDD

[src]

Checks if the value of the field is _5VDIFF

[src]

Checks if the value of the field is EXTSINGLE

[src]

Checks if the value of the field is _2XEXTDIFF

[src]

Checks if the value of the field is _2XVDD

Trait Implementations

impl Clone for REFR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REFR
[src]

impl Debug for REFR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for REFR
[src]

[src]

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

[src]

This method tests for !=.