[][src]Enum efm32gg11b820::vdac0::opa2_mux::RESINMUXR

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

Possible values of the field RESINMUX

Variants

DISABLE

Set for Unity Gain

OPANEXT

Set for NEXTOUT(x-1) input

NEGPAD

NEG pad connected

POSPAD

POS pad connected

COMPAD

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

CENTER

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

VSS

VSS connected

_Reserved(u8)

Reserved

Methods

impl RESINMUXR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_opanext(&self) -> bool[src]

Checks if the value of the field is OPANEXT

pub fn is_negpad(&self) -> bool[src]

Checks if the value of the field is NEGPAD

pub fn is_pospad(&self) -> bool[src]

Checks if the value of the field is POSPAD

pub fn is_compad(&self) -> bool[src]

Checks if the value of the field is COMPAD

pub fn is_center(&self) -> bool[src]

Checks if the value of the field is CENTER

pub fn is_vss(&self) -> bool[src]

Checks if the value of the field is VSS

Trait Implementations

impl Copy for RESINMUXR[src]

impl Debug for RESINMUXR[src]

impl PartialEq<RESINMUXR> for RESINMUXR[src]

impl Clone for RESINMUXR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RESINMUXR

impl Sync for RESINMUXR

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self