Enum stm32f103xx::tim1::cr1::OPMW
[−]
[src]
pub enum OPMW { CONTINUOUS, ONEPULSE, }
Values that can be written to the field OPM
Variants
CONTINUOUS
Counter is not stopped at update event
ONEPULSE
Counter stops counting at the next update event (clearing the CEN bit)