[][src]Enum imxrt1062_ccm_analog::misc1_clr::LVDS1_CLK_SEL_A

#[repr(u8)]pub enum LVDS1_CLK_SEL_A {
    ARM_PLL,
    SYS_PLL,
    PFD4,
    PFD5,
    PFD6,
    PFD7,
    AUDIO_PLL,
    VIDEO_PLL,
    ETHERNET_REF,
    USB1_PLL,
    USB2_PLL,
    PFD0,
    PFD1,
    PFD2,
    PFD3,
    XTAL,
}

This field selects the clk to be routed to anaclk1/1b.

Value on reset: 0

Variants

ARM_PLL

0: Arm PLL

SYS_PLL

1: System PLL

PFD4

2: ref_pfd4_clk == pll2_pfd0_clk

PFD5

3: ref_pfd5_clk == pll2_pfd1_clk

PFD6

4: ref_pfd6_clk == pll2_pfd2_clk

PFD7

5: ref_pfd7_clk == pll2_pfd3_clk

AUDIO_PLL

6: Audio PLL

VIDEO_PLL

7: Video PLL

ETHERNET_REF

9: ethernet ref clock (ENET_PLL)

USB1_PLL

12: USB1 PLL clock

USB2_PLL

13: USB2 PLL clock

PFD0

14: ref_pfd0_clk == pll3_pfd0_clk

PFD1

15: ref_pfd1_clk == pll3_pfd1_clk

PFD2

16: ref_pfd2_clk == pll3_pfd2_clk

PFD3

17: ref_pfd3_clk == pll3_pfd3_clk

XTAL

18: xtal (24M)

Trait Implementations

impl Clone for LVDS1_CLK_SEL_A[src]

impl Copy for LVDS1_CLK_SEL_A[src]

impl Debug for LVDS1_CLK_SEL_A[src]

impl From<LVDS1_CLK_SEL_A> for u8[src]

impl PartialEq<LVDS1_CLK_SEL_A> for LVDS1_CLK_SEL_A[src]

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