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

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

Values that can be written to the field RISEA

Variants

No action

Start counter without reload

Stop counter without reload

Reload and start counter

Auto Trait Implementations

impl Send for RISEAW

impl Sync for RISEAW