Enum efm32gg990::pcnt0::ctrl::CNTEVW[][src]

pub enum CNTEVW {
    BOTH,
    UP,
    DOWN,
    NONE,
}

Values that can be written to the field CNTEV

Variants

Counts up on up-count and down on down-count events.

Only counts up on up-count events.

Only counts down on down-count events.

Never counts.

Auto Trait Implementations

impl Send for CNTEVW

impl Sync for CNTEVW