[]Enum nucleo_f042k6::rcc::cfgr::HPREW

pub enum HPREW {
    NOTDIVIDED,
    DIV_2,
    DIV_4,
    DIV_8,
    DIV_16,
    DIV_64,
    DIV_128,
    DIV_256,
    DIV_512,
}

Values that can be written to the field HPRE

Variants

NOTDIVIDED

SYSCLK not divided

DIV_2

SYSCLK divided by 2

DIV_4

SYSCLK divided by 4

DIV_8

SYSCLK divided by 8

DIV_16

SYSCLK divided by 16

DIV_64

SYSCLK divided by 64

DIV_128

SYSCLK divided by 128

DIV_256

SYSCLK divided by 256

DIV_512

SYSCLK divided by 512

Auto Trait Implementations

impl Send for HPREW

impl Sync for HPREW

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]