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

Single Sample Acquisition Time

Value on reset: 0

Variants

_1CYCLE

0: 1 ADC_CLK cycle acquisition time for single sample

_2CYCLES

1: 2 ADC_CLK cycles acquisition time for single sample

_4CYCLES

2: 4 ADC_CLK cycles acquisition time for single sample

_8CYCLES

3: 8 ADC_CLK cycles acquisition time for single sample

_16CYCLES

4: 16 ADC_CLK cycles acquisition time for single sample

_32CYCLES

5: 32 ADC_CLK cycles acquisition time for single sample

_64CYCLES

6: 64 ADC_CLK cycles acquisition time for single sample

_128CYCLES

7: 128 ADC_CLK cycles acquisition time for single sample

_256CYCLES

8: 256 ADC_CLK cycles acquisition time for single sample

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

Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.