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

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

Possible values of 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

Methods

impl REPMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is FREE

[src]

Checks if the value of the field is ONESHOT

[src]

Checks if the value of the field is BUFFERED

[src]

Checks if the value of the field is DOUBLE

Trait Implementations

impl Clone for REPMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REPMODER
[src]

impl Debug for REPMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for REPMODER
[src]

[src]

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

1.0.0
[src]

This method tests for !=.