Enum stm32f103xx::tim1::cr1::OPMW [] [src]

pub enum OPMW {
    CONTINUOUS,
    ONEPULSE,
}

Values that can be written to the field OPM

Variants

Counter is not stopped at update event

Counter stops counting at the next update event (clearing the CEN bit)