Enum efm32gg990::timer0::ctrl::CLKSELW[][src]

pub enum CLKSELW {
    PRESCHFPERCLK,
    CC1,
    TIMEROUF,
}

Values that can be written to the field CLKSEL

Variants

Prescaled HFPERCLK

Compare/Capture Channel 1 Input

Timer is clocked by underflow(down-count) or overflow(up-count) in the lower numbered neighbor Timer

Auto Trait Implementations

impl Send for CLKSELW

impl Sync for CLKSELW