[][src]Enum stm32l0xx_hal::adc::SampleTime

pub enum SampleTime {
    T_1_5,
    T_3_5,
    T_7_5,
    T_12_5,
    T_19_5,
    T_39_5,
    T_79_5,
    T_160_5,
}

ADC Sampling time

Variants

T_1_5

1.5 ADC clock cycles

T_3_5

3.5 ADC clock cycles

T_7_5

7.5 ADC clock cycles

T_12_5

12.5 ADC clock cycles

T_19_5

19.5 ADC clock cycles

T_39_5

39.5 ADC clock cycles

T_79_5

79.5 ADC clock cycles

T_160_5

160.5 ADC clock cycles

Trait Implementations

impl PartialEq<SampleTime> for SampleTime[src]

impl Copy for SampleTime[src]

impl Clone for SampleTime[src]

Auto Trait Implementations

impl Unpin for SampleTime

impl Send for SampleTime

impl Sync for SampleTime

Blanket Implementations

impl<T> From<T> for 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> 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