#[repr(u8)]
pub enum SMP6_A {
    Cycles15,
    Cycles25,
    Cycles85,
    Cycles165,
    Cycles325,
    Cycles645,
    Cycles3875,
    Cycles8105,
}
Expand description

ADC channel 0 sampling time

Value on reset: 0

Variants

Cycles15

0: 1.5 ADC clock cycles

Cycles25

1: 2.5 ADC clock cycles

Cycles85

2: 8.5 ADC clock cycles

Cycles165

3: 16.5 ADC clock cycles

Cycles325

4: 32.5 ADC clock cycles

Cycles645

5: 64.5 ADC clock cycles

Cycles3875

6: 387.5 ADC clock cycles

Cycles8105

7: 810.5 ADC clock cycles

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
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.