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

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

Scan Acquisition Time

Value on reset: 0

Variants

_1CYCLE

0: 1 conversion clock cycle acquisition time for scan

_2CYCLES

1: 2 conversion clock cycles acquisition time for scan

_3CYCLES

2: 3 conversion clock cycles acquisition time for scan

_4CYCLES

3: 4 conversion clock cycles acquisition time for scan

_8CYCLES

4: 8 conversion clock cycles acquisition time for scan

_16CYCLES

5: 16 conversion clock cycles acquisition time for scan

_32CYCLES

6: 32 conversion clock cycles acquisition time for scan

_64CYCLES

7: 64 conversion clock cycles acquisition time for scan

_128CYCLES

8: 128 conversion clock cycles acquisition time for scan

_256CYCLES

9: 256 conversion clock cycles acquisition time for scan

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.