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

pub enum TCCMODEW {
    DISABLED,
    LFA,
    PRS,
}

Values that can be written to the field TCCMODE

Variants

Triggered compare and clear not enabled.

Compare and clear performed on each (optionally prescaled) LFA clock cycle.

Compare and clear performed on positive PRS edges.