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

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

Values that can be written to the field PPRE1

Variants

HCLK not divided

HCLK divided by 2

HCLK divided by 4

HCLK divided by 8

HCLK divided by 16