Enum efr32xg12p::acmp1::inputsel::CSRESSELR [] [src]

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

Possible values of the field CSRESSEL

Variants

Internal capacitive sense resistor value 0

Internal capacitive sense resistor value 1

Internal capacitive sense resistor value 2

Internal capacitive sense resistor value 3

Internal capacitive sense resistor value 4

Internal capacitive sense resistor value 5

Internal capacitive sense resistor value 6

Internal capacitive sense resistor value 7

Methods

impl CSRESSELR
[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 CSRESSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CSRESSELR
[src]

impl Debug for CSRESSELR
[src]

[src]

Formats the value using the given formatter.

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