[][src]Enum imxrt1062_adc1::cfg::AVGS_A

#[repr(u8)]pub enum AVGS_A {
    AVGS_0,
    AVGS_1,
    AVGS_2,
    AVGS_3,
}

Hardware Average select

Value on reset: 0

Variants

AVGS_0

0: 4 samples averaged

AVGS_1

1: 8 samples averaged

AVGS_2

2: 16 samples averaged

AVGS_3

3: 32 samples averaged

Trait Implementations

impl Clone for AVGS_A[src]

impl Copy for AVGS_A[src]

impl Debug for AVGS_A[src]

impl From<AVGS_A> for u8[src]

impl PartialEq<AVGS_A> for AVGS_A[src]

impl StructuralPartialEq for AVGS_A[src]

Auto Trait Implementations

impl Send for AVGS_A

impl Sync for AVGS_A

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