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

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

Sampling time selection

Value on reset: 0

Variants

CYCLES1_5

0: 1.5 cycles

CYCLES7_5

1: 7.5 cycles

CYCLES13_5

2: 13.5 cycles

CYCLES28_5

3: 28.5 cycles

CYCLES41_5

4: 41.5 cycles

CYCLES55_5

5: 55.5 cycles

CYCLES71_5

6: 71.5 cycles

CYCLES239_5

7: 239.5 cycles

Trait Implementations

impl Clone for SMP_A[src]

impl Copy for SMP_A[src]

impl Debug for SMP_A[src]

impl From<AdcSampleTime> for SMP_A[src]

impl PartialEq<SMP_A> for SMP_A[src]

Auto Trait Implementations

impl Send for SMP_A

impl Sync for SMP_A

impl Unpin for SMP_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.