[][src]Enum stm32l0xx_hal::stm32::adc::smpr::SMP_A

pub enum SMP_A {
    CYCLES1_5,
    CYCLES3_5,
    CYCLES7_5,
    CYCLES12_5,
    CYCLES19_5,
    CYCLES39_5,
    CYCLES79_5,
    CYCLES160_5,
}

Sampling time selection

Value on reset: 0

Variants

CYCLES1_5

0: 1.5 ADC clock cycles

CYCLES3_5

1: 3.5 ADC clock cycles

CYCLES7_5

2: 7.5 ADC clock cycles

CYCLES12_5

3: 12.5 ADC clock cycles

CYCLES19_5

4: 19.5 ADC clock cycles

CYCLES39_5

5: 39.5 ADC clock cycles

CYCLES79_5

6: 79.5 ADC clock cycles

CYCLES160_5

7: 160.5 ADC clock cycles

Trait Implementations

impl PartialEq<SMP_A> for SMP_A[src]

impl StructuralPartialEq for SMP_A[src]

impl Debug for SMP_A[src]

impl Copy for SMP_A[src]

impl Clone for SMP_A[src]

Auto Trait Implementations

impl Unpin for SMP_A

impl Send for SMP_A

impl Sync for SMP_A

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self