Enum efr32x12p::vdac0::opa0_mux::RESINMUXR [] [src]

pub enum RESINMUXR {
    DISABLE,
    OPANEXT,
    NEGPAD,
    POSPAD,
    COMPAD,
    CENTER,
    VSS,
    _Reserved(u8),
}

Possible values of the field RESINMUX

Variants

Set for Unity Gain

Set for NEXTOUT(x-1) input

NEG pad connected

POS pad connected

Neg pad of OPA0 connected. Direct input to support common reference.

OPA0 and OPA1 Resmux connected to form fully differential instrumentation amplifier.

VSS connected

Reserved

Methods

impl RESINMUXR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is OPANEXT

[src]

Checks if the value of the field is NEGPAD

[src]

Checks if the value of the field is POSPAD

[src]

Checks if the value of the field is COMPAD

[src]

Checks if the value of the field is CENTER

[src]

Checks if the value of the field is VSS

Trait Implementations

impl Clone for RESINMUXR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RESINMUXR
[src]

impl Debug for RESINMUXR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RESINMUXR
[src]

[src]

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

[src]

This method tests for !=.