[][src]Enum efm32pg12_pac::vdac0::opa1_mux::RESSEL_A

#[repr(u8)]
pub enum RESSEL_A {
    RES0,
    RES1,
    RES2,
    RES3,
    RES4,
    RES5,
    RES6,
    RES7,
}

OPAx Resistor Ladder Select

Value on reset: 0

Variants

RES0

0: Gain of 1/3

RES1

1: Gain of 1

RES2

2: Gain of 1 2/3

RES3

3: Gain of 2 1/5

RES4

4: Gain of 3

RES5

5: Gain of 4 1/3

RES6

6: Gain of 7

RES7

7: Gain of 15

Trait Implementations

impl Clone for RESSEL_A[src]

impl Copy for RESSEL_A[src]

impl Debug for RESSEL_A[src]

impl From<RESSEL_A> for u8[src]

impl PartialEq<RESSEL_A> for RESSEL_A[src]

impl StructuralPartialEq for RESSEL_A[src]

Auto Trait Implementations

impl Send for RESSEL_A

impl Sync for RESSEL_A

impl Unpin for RESSEL_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.