[][src]Enum stm32f3::stm32f373::adc1::smpr1::SMP10_A

#[repr(u8)]
pub enum SMP10_A {
    CYCLES1_5,
    CYCLES7_5,
    CYCLES13_5,
    CYCLES28_5,
    CYCLES41_5,
    CYCLES55_5,
    CYCLES71_5,
    CYCLES239_5,
}

Channel 10 sampling time selection

Value on reset: 0

Variants

CYCLES1_5

0: 1.5 ADC clock cycles

CYCLES7_5

1: 7.5 ADC clock cycles

CYCLES13_5

2: 13.5 ADC clock cycles

CYCLES28_5

3: 28.5 ADC clock cycles

CYCLES41_5

4: 41.5 ADC clock cycles

CYCLES55_5

5: 55.5 ADC clock cycles

CYCLES71_5

6: 71.5 ADC clock cycles

CYCLES239_5

7: 239.5 ADC clock cycles

Trait Implementations

impl Clone for SMP10_A[src]

impl Copy for SMP10_A[src]

impl Debug for SMP10_A[src]

impl From<SMP10_A> for u8[src]

impl PartialEq<SMP10_A> for SMP10_A[src]

impl StructuralPartialEq for SMP10_A[src]

Auto Trait Implementations

impl Send for SMP10_A

impl Sync for SMP10_A

impl Unpin for SMP10_A

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.