[][src]Enum efm32hg309f64::adc0::singlectrl::AT_A

pub enum AT_A {
    _1CYCLE,
    _2CYCLES,
    _4CYCLES,
    _8CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
    _128CYCLES,
    _256CYCLES,
}

Single Sample Acquisition Time

Value on reset: 0

Variants

_1CYCLE

0: 1 ADC_CLK cycle acquisition time for single sample

_2CYCLES

1: 2 ADC_CLK cycles acquisition time for single sample

_4CYCLES

2: 4 ADC_CLK cycles acquisition time for single sample

_8CYCLES

3: 8 ADC_CLK cycles acquisition time for single sample

_16CYCLES

4: 16 ADC_CLK cycles acquisition time for single sample

_32CYCLES

5: 32 ADC_CLK cycles acquisition time for single sample

_64CYCLES

6: 64 ADC_CLK cycles acquisition time for single sample

_128CYCLES

7: 128 ADC_CLK cycles acquisition time for single sample

_256CYCLES

8: 256 ADC_CLK cycles acquisition time for single sample

Trait Implementations

impl From<AT_A> for u8[src]

impl Debug for AT_A[src]

impl PartialEq<AT_A> for AT_A[src]

impl Copy for AT_A[src]

impl StructuralPartialEq for AT_A[src]

impl Clone for AT_A[src]

Auto Trait Implementations

impl Unpin for AT_A

impl Send for AT_A

impl Sync for AT_A

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