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

pub enum FALLAW {
    NONE,
    START,
    STOP,
    RELOADSTART,
}

Values that can be written to the field FALLA

Variants

No action

Start counter without reload

Stop counter without reload

Reload and start counter

Auto Trait Implementations

impl Send for FALLAW

impl Sync for FALLAW