Enum efr32xg12p::adc0::scanctrlx::REPDELAYR [] [src]

pub enum REPDELAYR {
    NODELAY,
    _4CYCLES,
    _8CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
    _128CYCLES,
    _256CYCLES,
}

Possible values of the field REPDELAY

Variants

No delay

4 conversion clock cycles

8 conversion clock cycles

16 conversion clock cycles

32 conversion clock cycles

64 conversion clock cycles

128 conversion clock cycles

256 conversion clock cycles

Methods

impl REPDELAYR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NODELAY

[src]

Checks if the value of the field is _4CYCLES

[src]

Checks if the value of the field is _8CYCLES

[src]

Checks if the value of the field is _16CYCLES

[src]

Checks if the value of the field is _32CYCLES

[src]

Checks if the value of the field is _64CYCLES

[src]

Checks if the value of the field is _128CYCLES

[src]

Checks if the value of the field is _256CYCLES

Trait Implementations

impl Clone for REPDELAYR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REPDELAYR
[src]

impl Debug for REPDELAYR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for REPDELAYR
[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 !=.