Enum stm32f103xx::tim1::cr1::CKDW[][src]

pub enum CKDW {
    NODIV,
    DIV2,
    DIV4,
}

Values that can be written to the field CKD

Variants

Clock is not divided

Clock is divided by 2

Clock is divided by 4

Auto Trait Implementations

impl Send for CKDW

impl Sync for CKDW