[][src]Enum efm32pg12_pac::adc0::scanctrl::AT_A

#[repr(u8)]
pub enum AT_A {
    _1CYCLE,
    _2CYCLES,
    _3CYCLES,
    _4CYCLES,
    _8CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
    _128CYCLES,
    _256CYCLES,
}

Scan Acquisition Time

Value on reset: 0

Variants

_1CYCLE

0: 1 conversion clock cycle acquisition time for scan

_2CYCLES

1: 2 conversion clock cycles acquisition time for scan

_3CYCLES

2: 3 conversion clock cycles acquisition time for scan

_4CYCLES

3: 4 conversion clock cycles acquisition time for scan

_8CYCLES

4: 8 conversion clock cycles acquisition time for scan

_16CYCLES

5: 16 conversion clock cycles acquisition time for scan

_32CYCLES

6: 32 conversion clock cycles acquisition time for scan

_64CYCLES

7: 64 conversion clock cycles acquisition time for scan

_128CYCLES

8: 128 conversion clock cycles acquisition time for scan

_256CYCLES

9: 256 conversion clock cycles acquisition time for scan

Trait Implementations

impl Clone for AT_A[src]

impl Copy for AT_A[src]

impl Debug for AT_A[src]

impl From<AT_A> for u8[src]

impl PartialEq<AT_A> for AT_A[src]

impl StructuralPartialEq for AT_A[src]

Auto Trait Implementations

impl Send for AT_A

impl Sync for AT_A

impl Unpin for AT_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.