[]Enum nucleo_f042k6::stm32::rcc::cfgr::PLLMULW

pub enum PLLMULW {
    MUL_2,
    MUL_3,
    MUL_4,
    MUL_5,
    MUL_6,
    MUL_7,
    MUL_8,
    MUL_9,
    MUL_10,
    MUL_11,
    MUL_12,
    MUL_13,
    MUL_14,
    MUL_15,
    MUL_16,
}

Values that can be written to the field PLLMUL

Variants

MUL_2

PLL input clock x2

MUL_3

PLL input clock x3

MUL_4

PLL input clock x4

MUL_5

PLL input clock x5

MUL_6

PLL input clock x6

MUL_7

PLL input clock x7

MUL_8

PLL input clock x8

MUL_9

PLL input clock x9

MUL_10

PLL input clock x10

MUL_11

PLL input clock x11

MUL_12

PLL input clock x12

MUL_13

PLL input clock x13

MUL_14

PLL input clock x14

MUL_15

PLL input clock x15

MUL_16

PLL input clock x16

Auto Trait Implementations

impl Send for PLLMULW

impl Sync for PLLMULW

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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