Enum stm32f103xx::rcc::cr::PLLONW[][src]

pub enum PLLONW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field PLLON

Variants

PLL disabled

Pll enabled

Auto Trait Implementations

impl Send for PLLONW

impl Sync for PLLONW