Enum efr32xg12p::idac0::curprog::RANGESELR [] [src]

pub enum RANGESELR {
    RANGE0,
    RANGE1,
    RANGE2,
    RANGE3,
}

Possible values of the field RANGESEL

Variants

Current range set to 0 - 1.6 uA.

Current range set to 1.6 - 4.7 uA.

Current range set to 0.5 - 16 uA.

Current range set to 2 - 64 uA.

Methods

impl RANGESELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is RANGE0

[src]

Checks if the value of the field is RANGE1

[src]

Checks if the value of the field is RANGE2

[src]

Checks if the value of the field is RANGE3

Trait Implementations

impl Clone for RANGESELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RANGESELR
[src]

impl Debug for RANGESELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RANGESELR
[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 !=.