Enum efm32gg11b820::pcnt1::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.

Trait Implementations

Auto Trait Implementations

impl Send for CNTEVW

impl Sync for CNTEVW