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

pub enum PLLSRCW {
    INTERNAL,
    EXTERNAL,
}

Values that can be written to the field PLLSRC

Variants

HSI oscillator clock / 2

HSE oscillator clock

Auto Trait Implementations

impl Send for PLLSRCW

impl Sync for PLLSRCW