[][src]Enum imxrt1062_ccm::cbcdr::SEMC_PODF_A

#[repr(u8)]pub enum SEMC_PODF_A {
    SEMC_PODF_0,
    SEMC_PODF_1,
    SEMC_PODF_2,
    SEMC_PODF_3,
    SEMC_PODF_4,
    SEMC_PODF_5,
    SEMC_PODF_6,
    SEMC_PODF_7,
}

Post divider for SEMC clock

Value on reset: 2

Variants

SEMC_PODF_0

0: divide by 1

SEMC_PODF_1

1: divide by 2

SEMC_PODF_2

2: divide by 3

SEMC_PODF_3

3: divide by 4

SEMC_PODF_4

4: divide by 5

SEMC_PODF_5

5: divide by 6

SEMC_PODF_6

6: divide by 7

SEMC_PODF_7

7: divide by 8

Trait Implementations

impl Clone for SEMC_PODF_A[src]

impl Copy for SEMC_PODF_A[src]

impl Debug for SEMC_PODF_A[src]

impl From<SEMC_PODF_A> for u8[src]

impl PartialEq<SEMC_PODF_A> for SEMC_PODF_A[src]

impl StructuralPartialEq for SEMC_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.