Enum stm32f2::stm32f215::adc1::smpr1::SMP10_A[][src]

#[repr(u8)]pub enum SMP10_A {
    CYCLES3,
    CYCLES15,
    CYCLES28,
    CYCLES56,
    CYCLES84,
    CYCLES112,
    CYCLES144,
    CYCLES480,
}

Channel 10 sampling time selection

Value on reset: 0

Variants

CYCLES3

0: 3 cycles

CYCLES15

1: 15 cycles

CYCLES28

2: 28 cycles

CYCLES56

3: 56 cycles

CYCLES84

4: 84 cycles

CYCLES112

5: 112 cycles

CYCLES144

6: 144 cycles

CYCLES480

7: 480 cycles

Trait Implementations

impl Clone for SMP10_A[src]

impl Copy for SMP10_A[src]

impl Debug for SMP10_A[src]

impl PartialEq<SMP10_A> for SMP10_A[src]

impl StructuralPartialEq for SMP10_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.