[][src]Enum imxrt1062_adc1::cfg::ADIV_A

#[repr(u8)]pub enum ADIV_A {
    ADIV_0,
    ADIV_1,
    ADIV_2,
    ADIV_3,
}

Clock Divide Select

Value on reset: 0

Variants

ADIV_0

0: Input clock

ADIV_1

1: Input clock / 2

ADIV_2

2: Input clock / 4

ADIV_3

3: Input clock / 8

Trait Implementations

impl Clone for ADIV_A[src]

impl Copy for ADIV_A[src]

impl Debug for ADIV_A[src]

impl From<ADIV_A> for u8[src]

impl PartialEq<ADIV_A> for ADIV_A[src]

impl StructuralPartialEq for ADIV_A[src]

Auto Trait Implementations

impl Send for ADIV_A

impl Sync for ADIV_A

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