Enum stm32f30x::tim6::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)