Enum efr32x12p::letimer0::ctrl::REPMODEW [] [src]

pub enum REPMODEW {
    FREE,
    ONESHOT,
    BUFFERED,
    DOUBLE,
}

Values that can be written to the field REPMODE

Variants

When started, the LETIMER counts down until it is stopped by software

The counter counts REP0 times. When REP0 reaches zero, the counter stops

The counter counts REP0 times. If REP1 has been written, it is loaded into REP0 when REP0 reaches zero, otherwise the counter stops

Both REP0 and REP1 are decremented when the LETIMER wraps around. The LETIMER counts until both REP0 and REP1 are zero