[][src]Enum stm32f1::stm32f107::rcc::cfgr::PLLMUL_A

#[repr(u8)]pub enum PLLMUL_A {
    MUL4,
    MUL5,
    MUL6,
    MUL7,
    MUL8,
    MUL9,
    MUL6_5,
}

PLL Multiplication Factor

Value on reset: 0

Variants

MUL4

2: PLL input clock x4

MUL5

3: PLL input clock x5

MUL6

4: PLL input clock x6

MUL7

5: PLL input clock x7

MUL8

6: PLL input clock x8

MUL9

7: PLL input clock x9

MUL6_5

13: PLL input clock x6.5

Trait Implementations

impl Clone for PLLMUL_A[src]

impl Copy for PLLMUL_A[src]

impl Debug for PLLMUL_A[src]

impl From<PLLMUL_A> for u8[src]

impl PartialEq<PLLMUL_A> for PLLMUL_A[src]

impl StructuralPartialEq for PLLMUL_A[src]

Auto Trait Implementations

impl Send for PLLMUL_A

impl Sync for PLLMUL_A

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