Enum efr32x12p::pcnt1::ctrl::TCCPRESCW [] [src]

pub enum TCCPRESCW {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
}

Values that can be written to the field TCCPRESC

Variants

Compare and clear event each LFA cycle.

Compare and clear performed on every other LFA cycle.

Compare and clear performed on every 4th LFA cycle.

Compare and clear performed on every 8th LFA cycle.