Enum efr32x12p::pcnt2::ctrl::AUXCNTEVW [] [src]

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

Values that can be written to the field AUXCNTEV

Variants

Never counts.

Counts up on up-count events.

Counts up on down-count events.

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