Enum stm32g4::stm32g484::adc3::smpr1::SMP9_A[][src]

#[repr(u8)]pub enum SMP9_A {
    CYCLES2_5,
    CYCLES6_5,
    CYCLES12_5,
    CYCLES24_5,
    CYCLES47_5,
    CYCLES92_5,
    CYCLES247_5,
    CYCLES640_5,
}

Channel 9 sampling time selection

Value on reset: 0

Variants

CYCLES2_5

0: 2.5 ADC clock cycles

CYCLES6_5

1: 6.5 ADC clock cycles

CYCLES12_5

2: 12.5 ADC clock cycles

CYCLES24_5

3: 24.5 ADC clock cycles

CYCLES47_5

4: 47.5 ADC clock cycles

CYCLES92_5

5: 92.5 ADC clock cycles

CYCLES247_5

6: 247.5 ADC clock cycles

CYCLES640_5

7: 640.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, 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.