[][src]Enum efm32pg12_pac::adc0::biasprog::ADCBIASPROG_A

pub enum ADCBIASPROG_A {
    NORMAL,
    SCALE2,
    SCALE4,
    SCALE8,
    SCALE16,
    SCALE32,
}

Bias Programming Value of Analog ADC Block

Value on reset: 0

Variants

NORMAL

0: Normal power (use for 1Msps operation)

SCALE2

4: Scaling bias to 1/2

SCALE4

8: Scaling bias to 1/4

SCALE8

12: Scaling bias to 1/8

SCALE16

14: Scaling bias to 1/16

SCALE32

15: Scaling bias to 1/32

Trait Implementations

impl From<ADCBIASPROG_A> for u8[src]

impl Debug for ADCBIASPROG_A[src]

impl PartialEq<ADCBIASPROG_A> for ADCBIASPROG_A[src]

impl Copy for ADCBIASPROG_A[src]

impl StructuralPartialEq for ADCBIASPROG_A[src]

impl Clone for ADCBIASPROG_A[src]

Auto Trait Implementations

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self