Enum efm32gg11b820::pcnt1::ctrl::TCCCOMPW [] [src]

pub enum TCCCOMPW {
    LTOE,
    GTOE,
    RANGE,
}

Values that can be written to the field TCCCOMP

Variants

Compare match if PCNT_CNT is less than, or equal to PCNT_TOP.

Compare match if PCNT_CNT is greater than or equal to PCNT_TOP.

Compare match if PCNT_CNT is less than, or equal to PCNT_TOP[15:8]], and greater than, or equal to PCNT_TOP[7:0].

Trait Implementations

Auto Trait Implementations

impl Send for TCCCOMPW

impl Sync for TCCCOMPW