Enum efr32x12p::vdac0::opa2_mux::RESSELR [] [src]

pub enum RESSELR {
    RES0,
    RES1,
    RES2,
    RES3,
    RES4,
    RES5,
    RES6,
    RES7,
}

Possible values of the field RESSEL

Variants

Gain of 1/3

Gain of 1

Gain of 1 2/3

Gain of 2 1/5

Gain of 3

Gain of 4 1/3

Gain of 7

Gain of 15

Methods

impl RESSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is RES0

[src]

Checks if the value of the field is RES1

[src]

Checks if the value of the field is RES2

[src]

Checks if the value of the field is RES3

[src]

Checks if the value of the field is RES4

[src]

Checks if the value of the field is RES5

[src]

Checks if the value of the field is RES6

[src]

Checks if the value of the field is RES7

Trait Implementations

impl Clone for RESSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RESSELR
[src]

impl Debug for RESSELR
[src]

[src]

Formats the value using the given formatter.

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