Enum efr32xg12p::adc0::biasprog::ADCBIASPROGR [] [src]

pub enum ADCBIASPROGR {
    NORMAL,
    SCALE2,
    SCALE4,
    SCALE8,
    SCALE16,
    SCALE32,
    _Reserved(u8),
}

Possible values of the field ADCBIASPROG

Variants

Normal power (use for 1Msps operation)

Scaling bias to 1/2

Scaling bias to 1/4

Scaling bias to 1/8

Scaling bias to 1/16

Scaling bias to 1/32

Reserved

Methods

impl ADCBIASPROGR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NORMAL

[src]

Checks if the value of the field is SCALE2

[src]

Checks if the value of the field is SCALE4

[src]

Checks if the value of the field is SCALE8

[src]

Checks if the value of the field is SCALE16

[src]

Checks if the value of the field is SCALE32

Trait Implementations

impl Clone for ADCBIASPROGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ADCBIASPROGR
[src]

impl Debug for ADCBIASPROGR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ADCBIASPROGR
[src]

[src]

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

[src]

This method tests for !=.