[][src]Enum imxrt1062_spdif::srpc::CLKSRC_SEL_A

#[repr(u8)]pub enum CLKSRC_SEL_A {
    CLKSRC_SEL_0,
    CLKSRC_SEL_1,
    CLKSRC_SEL_3,
    CLKSRC_SEL_5,
    CLKSRC_SEL_6,
    CLKSRC_SEL_8,
}

Clock source selection, all other settings not shown are reserved:

Value on reset: 0

Variants

CLKSRC_SEL_0

0: if (DPLL Locked) SPDIF_RxClk else REF_CLK_32K (XTALOSC)

CLKSRC_SEL_1

1: if (DPLL Locked) SPDIF_RxClk else tx_clk (SPDIF0_CLK_ROOT)

CLKSRC_SEL_3

3: if (DPLL Locked) SPDIF_RxClk else SPDIF_EXT_CLK

CLKSRC_SEL_5

5: REF_CLK_32K (XTALOSC)

CLKSRC_SEL_6

6: tx_clk (SPDIF0_CLK_ROOT)

CLKSRC_SEL_8

8: SPDIF_EXT_CLK

Trait Implementations

impl Clone for CLKSRC_SEL_A[src]

impl Copy for CLKSRC_SEL_A[src]

impl Debug for CLKSRC_SEL_A[src]

impl From<CLKSRC_SEL_A> for u8[src]

impl PartialEq<CLKSRC_SEL_A> for CLKSRC_SEL_A[src]

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