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

pub enum REFR {
    _1V25,
    _2V5,
    VDD,
    _5V,
    EXTSINGLE,
    _2XEXTDIFF,
    _2XVDD,
    CONF,
}

Possible values of the field REF

Variants

VFS = 1.25V with internal VBGR reference

VFS = 2.5V with internal VBGR reference

VFS = AVDD with AVDD as reference source

VFS = 5V with internal VBGR reference

Single ended external reference

Differential external reference, 2x

VFS=2xAVDD with AVDD as the reference source

Use SCANCTRLX to configure reference

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 _5V

[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

[src]

Checks if the value of the field is CONF

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

1.0.0
[src]

This method tests for !=.