[][src]Enum imxrt1062_ccm::cs1cdr::FLEXIO2_CLK_PODF_A

#[repr(u8)]pub enum FLEXIO2_CLK_PODF_A {
    DIVIDE_1,
    DIVIDE_2,
    DIVIDE_3,
    DIVIDE_4,
    DIVIDE_5,
    DIVIDE_6,
    DIVIDE_7,
    DIVIDE_8,
}

Divider for flexio2/flexio3 clock. Divider should be updated when output clock is gated.

Value on reset: 7

Variants

DIVIDE_1

0: Divide by 1

DIVIDE_2

1: Divide by 2

DIVIDE_3

2: Divide by 3

DIVIDE_4

3: Divide by 4

DIVIDE_5

4: Divide by 5

DIVIDE_6

5: Divide by 6

DIVIDE_7

6: Divide by 7

DIVIDE_8

7: Divide by 8

Trait Implementations

impl Clone for FLEXIO2_CLK_PODF_A[src]

impl Copy for FLEXIO2_CLK_PODF_A[src]

impl Debug for FLEXIO2_CLK_PODF_A[src]

impl From<FLEXIO2_CLK_PODF_A> for u8[src]

impl PartialEq<FLEXIO2_CLK_PODF_A> for FLEXIO2_CLK_PODF_A[src]

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