Type Definition stm32f3::stm32f303::tim2::cr1::CMS_W

source · []
pub type CMS_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CR1_SPEC, u8, CMS_A, 2, O>;
Expand description

Field CMS writer - Center-aligned mode selection

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.