[][src]Enum imxrt1062_ccm::cbcmr::LCDIF_PODF_A

#[repr(u8)]pub enum LCDIF_PODF_A {
    LCDIF_PODF_0,
    LCDIF_PODF_1,
    LCDIF_PODF_2,
    LCDIF_PODF_3,
    LCDIF_PODF_4,
    LCDIF_PODF_5,
    LCDIF_PODF_6,
    LCDIF_PODF_7,
}

Post-divider for LCDIF clock.

Value on reset: 3

Variants

LCDIF_PODF_0

0: divide by 1

LCDIF_PODF_1

1: divide by 2

LCDIF_PODF_2

2: divide by 3

LCDIF_PODF_3

3: divide by 4

LCDIF_PODF_4

4: divide by 5

LCDIF_PODF_5

5: divide by 6

LCDIF_PODF_6

6: divide by 7

LCDIF_PODF_7

7: divide by 8

Trait Implementations

impl Clone for LCDIF_PODF_A[src]

impl Copy for LCDIF_PODF_A[src]

impl Debug for LCDIF_PODF_A[src]

impl From<LCDIF_PODF_A> for u8[src]

impl PartialEq<LCDIF_PODF_A> for LCDIF_PODF_A[src]

impl StructuralPartialEq for LCDIF_PODF_A[src]

Auto Trait Implementations

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.