Enum efm32gg11b::letimer1::ctrl::REPMODE_A[][src]

#[repr(u8)]
pub enum REPMODE_A {
    FREE,
    ONESHOT,
    BUFFERED,
    DOUBLE,
}
Expand description

Repeat Mode

Value on reset: 0

Variants

FREE

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

ONESHOT

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

BUFFERED

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

DOUBLE

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.