[][src]Enum stm32l0::stm32l0x3::rcc::cr::PLLRDY_A

pub enum PLLRDY_A {
    UNLOCKED,
    LOCKED,
}

PLL clock ready flag

Value on reset: 0

Variants

UNLOCKED

0: PLL unlocked

LOCKED

1: PLL locked

Trait Implementations

impl From<PLLRDY_A> for bool[src]

impl Debug for PLLRDY_A[src]

impl PartialEq<PLLRDY_A> for PLLRDY_A[src]

impl Copy for PLLRDY_A[src]

impl StructuralPartialEq for PLLRDY_A[src]

impl Clone for PLLRDY_A[src]

Auto Trait Implementations

impl Unpin for PLLRDY_A

impl Send for PLLRDY_A

impl Sync for PLLRDY_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self