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

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

Values that can be written to the field SMP

Variants

CYCLES1_5

1.5 ADC clock cycles

CYCLES3_5

3.5 ADC clock cycles

CYCLES7_5

7.5 ADC clock cycles

CYCLES12_5

12.5 ADC clock cycles

CYCLES19_5

19.5 ADC clock cycles

CYCLES39_5

39.5 ADC clock cycles

CYCLES79_5

79.5 ADC clock cycles

CYCLES160_5

160.5 ADC clock cycles

Trait Implementations

impl PartialEq<SMPW> for SMPW[src]

impl Debug for SMPW[src]

impl Copy for SMPW[src]

impl Clone for SMPW[src]

Auto Trait Implementations

impl Unpin for SMPW

impl Send for SMPW

impl Sync for SMPW

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