Enum efr32xg12p::vdac0::ctrl::REFSELR [] [src]

pub enum REFSELR {
    _1V25LN,
    _2V5LN,
    _1V25,
    _2V5,
    VDD,
    EXT,
    _Reserved(u8),
}

Possible values of the field REFSEL

Variants

Internal low noise 1.25 V bandgap reference

Internal low noise 2.5 V bandgap reference

Internal 1.25 V bandgap reference

Internal 2.5 V bandgap reference

AVDD reference

External pin reference

Reserved

Methods

impl REFSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _1V25LN

[src]

Checks if the value of the field is _2V5LN

[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 EXT

Trait Implementations

impl Clone for REFSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REFSELR
[src]

impl Debug for REFSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for REFSELR
[src]

[src]

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

[src]

This method tests for !=.