[][src]Enum imxrt1062_ccm::ccsr::PLL3_SW_CLK_SEL_A

pub enum PLL3_SW_CLK_SEL_A {
    PLL3_SW_CLK_SEL_0,
    PLL3_SW_CLK_SEL_1,
}

Selects source to generate pll3_sw_clk. This bit should only be used for testing purposes.

Value on reset: 0

Variants

PLL3_SW_CLK_SEL_0

0: pll3_main_clk

PLL3_SW_CLK_SEL_1

1: pll3 bypass clock

Trait Implementations

impl Clone for PLL3_SW_CLK_SEL_A[src]

impl Copy for PLL3_SW_CLK_SEL_A[src]

impl Debug for PLL3_SW_CLK_SEL_A[src]

impl From<PLL3_SW_CLK_SEL_A> for bool[src]

impl PartialEq<PLL3_SW_CLK_SEL_A> for PLL3_SW_CLK_SEL_A[src]

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