Struct stm32l4_stm32hal::stm32l4x5::tim1::cr1::CMS_W [−][src]
pub struct CMS_W<'a> { /* fields omitted */ }
Expand description
Write proxy for field CMS
Implementations
The counter counts up or down depending on the direction bit
The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down.
The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up.
The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down.