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

pub enum INPUT13NEGSELR {
    INPUT8,
    INPUT10,
    INPUT12,
    INPUT14,
}

Possible values of the field INPUT13NEGSEL

Variants

Selects ADCn_INPUT8 as negative channel input

Selects ADCn_INPUT10 as negative channel input

Selects ADCn_INPUT12 as negative channel input

Selects ADCn_INPUT14 as negative channel input

Methods

impl INPUT13NEGSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INPUT8

[src]

Checks if the value of the field is INPUT10

[src]

Checks if the value of the field is INPUT12

[src]

Checks if the value of the field is INPUT14

Trait Implementations

impl Clone for INPUT13NEGSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for INPUT13NEGSELR
[src]

impl Debug for INPUT13NEGSELR
[src]

[src]

Formats the value using the given formatter.

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