[][src]Enum k1921vk01t_pac::nt_adc::ricnt::AVG8_A

pub enum AVG8_A {
    DISABLE,
    AVERAGE2,
    AVERAGE4,
    AVERAGE8,
    AVERAGE16,
    AVERAGE32,
    AVERAGE64,
}

ADC8 average control

Value on reset: 0

Variants

DISABLE

0: Average disabled

AVERAGE2

1: Average with 2 measures

AVERAGE4

2: Average with 4 measures

AVERAGE8

3: Average with 8 measures

AVERAGE16

4: Average with 16 measures

AVERAGE32

5: Average with 32 measures

AVERAGE64

6: Average with 64 measures

Trait Implementations

impl Clone for AVG8_A[src]

impl Copy for AVG8_A[src]

impl Debug for AVG8_A[src]

impl From<AVG8_A> for u8[src]

impl PartialEq<AVG8_A> for AVG8_A[src]

impl StructuralPartialEq for AVG8_A[src]

Auto Trait Implementations

impl Send for AVG8_A

impl Sync for AVG8_A

impl Unpin for AVG8_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 = !

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.