[][src]Enum stm32f3xx_hal_v2::pac::adc1::smpr1::SMP9_A

#[repr(u8)]pub enum SMP9_A {
    CYCLES1_5,
    CYCLES2_5,
    CYCLES4_5,
    CYCLES7_5,
    CYCLES19_5,
    CYCLES61_5,
    CYCLES181_5,
    CYCLES601_5,
}

SMP9

Value on reset: 0

Variants

CYCLES1_5

0: 1.5 ADC clock cycles

CYCLES2_5

1: 2.5 ADC clock cycles

CYCLES4_5

2: 4.5 ADC clock cycles

CYCLES7_5

3: 7.5 ADC clock cycles

CYCLES19_5

4: 19.5 ADC clock cycles

CYCLES61_5

5: 61.5 ADC clock cycles

CYCLES181_5

6: 181.5 ADC clock cycles

CYCLES601_5

7: 601.5 ADC clock cycles

Trait Implementations

impl Clone for SMP9_A[src]

impl Copy for SMP9_A[src]

impl Debug for SMP9_A[src]

impl PartialEq<SMP9_A> for SMP9_A[src]

impl StructuralPartialEq for SMP9_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.