Enum efr32xg12p::adc0::scannegsel::INPUT2NEGSELR [] [src]

pub enum INPUT2NEGSELR {
    INPUT1,
    INPUT3,
    INPUT5,
    INPUT7,
}

Possible values of the field INPUT2NEGSEL

Variants

Selects ADCn_INPUT1 as negative channel input

Selects ADCn_INPUT3 as negative channel input

Selects ADCn_INPUT5 as negative channel input

Selects ADCn_INPUT7 as negative channel input

Methods

impl INPUT2NEGSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INPUT1

[src]

Checks if the value of the field is INPUT3

[src]

Checks if the value of the field is INPUT5

[src]

Checks if the value of the field is INPUT7

Trait Implementations

impl Clone for INPUT2NEGSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for INPUT2NEGSELR
[src]

impl Debug for INPUT2NEGSELR
[src]

[src]

Formats the value using the given formatter.

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