Enum efm32gg11b::adc0::singlectrl::AT_A[][src]

#[repr(u8)]
pub enum AT_A {
    _1CYCLE,
    _2CYCLES,
    _3CYCLES,
    _4CYCLES,
    _8CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
    _128CYCLES,
    _256CYCLES,
}
Expand description

Single Channel Acquisition Time

Value on reset: 0

Variants

_1CYCLE

0: 1 conversion clock cycle acquisition time for single channel

_2CYCLES

1: 2 conversion clock cycles acquisition time for single channel

_3CYCLES

2: 3 conversion clock cycles acquisition time for single channel

_4CYCLES

3: 4 conversion clock cycles acquisition time for single channel

_8CYCLES

4: 8 conversion clock cycles acquisition time for single channel

_16CYCLES

5: 16 conversion clock cycles acquisition time for single channel

_32CYCLES

6: 32 conversion clock cycles acquisition time for single channel

_64CYCLES

7: 64 conversion clock cycles acquisition time for single channel

_128CYCLES

8: 128 conversion clock cycles acquisition time for single channel

_256CYCLES

9: 256 conversion clock cycles acquisition time for single channel

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.