[][src]Enum imxrt1062_ccm::ccosr::CLKO1_SEL_A

#[repr(u8)]pub enum CLKO1_SEL_A {
    CLKO1_SEL_0,
    CLKO1_SEL_1,
    CLKO1_SEL_3,
    CLKO1_SEL_5,
    CLKO1_SEL_10,
    CLKO1_SEL_11,
    CLKO1_SEL_12,
    CLKO1_SEL_13,
    CLKO1_SEL_14,
    CLKO1_SEL_15,
}

Selection of the clock to be generated on CCM_CLKO1

Value on reset: 1

Variants

CLKO1_SEL_0

0: USB1 PLL clock (divided by 2)

CLKO1_SEL_1

1: SYS PLL clock (divided by 2)

CLKO1_SEL_3

3: VIDEO PLL clock (divided by 2)

CLKO1_SEL_5

5: semc_clk_root

CLKO1_SEL_10

10: lcdif_pix_clk_root

CLKO1_SEL_11

11: ahb_clk_root

CLKO1_SEL_12

12: ipg_clk_root

CLKO1_SEL_13

13: perclk_root

CLKO1_SEL_14

14: ckil_sync_clk_root

CLKO1_SEL_15

15: pll4_main_clk

Trait Implementations

impl Clone for CLKO1_SEL_A[src]

impl Copy for CLKO1_SEL_A[src]

impl Debug for CLKO1_SEL_A[src]

impl From<CLKO1_SEL_A> for u8[src]

impl PartialEq<CLKO1_SEL_A> for CLKO1_SEL_A[src]

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