[]Enum nucleo_f401re::pac::rcc::pllcfgr::PLLSRC_A

pub enum PLLSRC_A {
    HSI,
    HSE,
}

Main PLL(PLL) and audio PLL (PLLI2S) entry clock source

Value on reset: 0

Variants

HSI

0: HSI clock selected as PLL and PLLI2S clock entry

HSE

1: HSE oscillator clock selected as PLL and PLLI2S clock entry

Trait Implementations

impl Clone for PLLSRC_A

impl Copy for PLLSRC_A

impl Debug for PLLSRC_A

impl PartialEq<PLLSRC_A> for PLLSRC_A

impl StructuralPartialEq for PLLSRC_A

Auto Trait Implementations

impl Send for PLLSRC_A

impl Sync for PLLSRC_A

impl Unpin for PLLSRC_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> Same<T> for T

type Output = T

Should always be Self

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.