Enum stm32f1::stm32f102::rcc::cfgr::SWS_A[][src]

#[repr(u8)]pub enum SWS_A {
    HSI,
    HSE,
    PLL,
}

System Clock Switch Status

Value on reset: 0

Variants

HSI

0: HSI oscillator used as system clock

HSE

1: HSE oscillator used as system clock

PLL

2: PLL used as system clock

Trait Implementations

impl Clone for SWS_A[src]

impl Copy for SWS_A[src]

impl Debug for SWS_A[src]

impl PartialEq<SWS_A> for SWS_A[src]

impl StructuralPartialEq for SWS_A[src]

Auto Trait Implementations

impl Send for SWS_A[src]

impl Sync for SWS_A[src]

impl Unpin for SWS_A[src]

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.