Enum stm32f103xx::rcc::cfgr::PPRE2W [] [src]

pub enum PPRE2W {
    NODIV,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
}

Values that can be written to the field PPRE2

Variants

HCLK not divided

HCLK divided by 2

HCLK divided by 4

HCLK divided by 8

HCLK divided by 16