[][src]Enum imxrt1062_adc1::cfg::ADSTS_A

#[repr(u8)]pub enum ADSTS_A {
    ADSTS_0,
    ADSTS_1,
    ADSTS_2,
    ADSTS_3,
}

Defines the sample time duration

Value on reset: 2

Variants

ADSTS_0

0: Sample period (ADC clocks) = 2 if ADLSMP=0b Sample period (ADC clocks) = 12 if ADLSMP=1b

ADSTS_1

1: Sample period (ADC clocks) = 4 if ADLSMP=0b Sample period (ADC clocks) = 16 if ADLSMP=1b

ADSTS_2

2: Sample period (ADC clocks) = 6 if ADLSMP=0b Sample period (ADC clocks) = 20 if ADLSMP=1b

ADSTS_3

3: Sample period (ADC clocks) = 8 if ADLSMP=0b Sample period (ADC clocks) = 24 if ADLSMP=1b

Trait Implementations

impl Clone for ADSTS_A[src]

impl Copy for ADSTS_A[src]

impl Debug for ADSTS_A[src]

impl From<ADSTS_A> for u8[src]

impl PartialEq<ADSTS_A> for ADSTS_A[src]

impl StructuralPartialEq for ADSTS_A[src]

Auto Trait Implementations

impl Send for ADSTS_A

impl Sync for ADSTS_A

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