[][src]Enum imxrt1062_pmu::misc0_tog::VID_PLL_PREDIV_A

pub enum VID_PLL_PREDIV_A {
    VID_PLL_PREDIV_0,
    VID_PLL_PREDIV_1,
}

Predivider for the source clock of the PLL's.

Value on reset: 0

Variants

VID_PLL_PREDIV_0

0: Divide by 1

VID_PLL_PREDIV_1

1: Divide by 2

Trait Implementations

impl Clone for VID_PLL_PREDIV_A[src]

impl Copy for VID_PLL_PREDIV_A[src]

impl Debug for VID_PLL_PREDIV_A[src]

impl From<VID_PLL_PREDIV_A> for bool[src]

impl PartialEq<VID_PLL_PREDIV_A> for VID_PLL_PREDIV_A[src]

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