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