[][src]Enum imxrt1062_ccm::cgpr::FPL_A

pub enum FPL_A {
    FPL_0,
    FPL_1,
}

Fast PLL enable.

Value on reset: 0

Variants

FPL_0

0: Engage PLL enable default way.

FPL_1

1: Engage PLL enable 3 CKIL clocks earlier at exiting low power mode (STOP). Should be used only if 24MHz OSC was active in low power mode.

Trait Implementations

impl Clone for FPL_A[src]

impl Copy for FPL_A[src]

impl Debug for FPL_A[src]

impl From<FPL_A> for bool[src]

impl PartialEq<FPL_A> for FPL_A[src]

impl StructuralPartialEq for FPL_A[src]

Auto Trait Implementations

impl Send for FPL_A

impl Sync for FPL_A

impl Unpin for FPL_A

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.