[][src]Enum stm32l1xx_hal::adc::SampleTime

pub enum SampleTime {
    T_4,
    T_9,
    T_16,
    T_24,
    T_48,
    T_96,
    T_192,
    T_384,
}

ADC Sampling time

Variants

T_4
T_9
T_16
T_24
T_48
T_96
T_192
T_384

Trait Implementations

impl PartialEq<SampleTime> for SampleTime[src]

impl Copy for SampleTime[src]

impl StructuralPartialEq 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]