[][src]Enum imxrt1062_pwm1::mctrl2::MONPLL_A

#[repr(u8)]
pub enum MONPLL_A {
    MONPLL_0,
    MONPLL_1,
    MONPLL_2,
    MONPLL_3,
}

Monitor PLL State

Value on reset: 0

Variants

MONPLL_0

0: Not locked. Do not monitor PLL operation. Resetting of the fractional delay block in case of PLL losing lock will be controlled by software.

MONPLL_1

1: Not locked. Monitor PLL operation to automatically disable the fractional delay block when the PLL encounters problems.

MONPLL_2

2: Locked. Do not monitor PLL operation. Resetting of the fractional delay block in case of PLL losing lock will be controlled by software. These bits are write protected until the next reset.

MONPLL_3

3: Locked. Monitor PLL operation to automatically disable the fractional delay block when the PLL encounters problems. These bits are write protected until the next reset.

Trait Implementations

impl Clone for MONPLL_A[src]

impl Copy for MONPLL_A[src]

impl Debug for MONPLL_A[src]

impl From<MONPLL_A> for u8[src]

impl PartialEq<MONPLL_A> for MONPLL_A[src]

impl StructuralPartialEq for MONPLL_A[src]

Auto Trait Implementations

impl Send for MONPLL_A

impl Sync for MONPLL_A

impl Unpin for MONPLL_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.