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

pub enum HSEONW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field HSEON

Variants

HSE disabled

HSE enabled

Auto Trait Implementations

impl Send for HSEONW

impl Sync for HSEONW