[][src]Enum lpc55_pac::adc0::cmdh2::AVGS_A

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

Hardware Average Select

Value on reset: 0

Variants

AVGS_0
[]

0: Single conversion.

AVGS_1
[]

1: 2 conversions averaged.

AVGS_2
[]

2: 4 conversions averaged.

AVGS_3
[]

3: 8 conversions averaged.

AVGS_4
[]

4: 16 conversions averaged.

AVGS_5
[]

5: 32 conversions averaged.

AVGS_6
[]

6: 64 conversions averaged.

AVGS_7
[]

7: 128 conversions 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> Same<T> for T[src]

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.