[]Enum nucleo_f042k6::adc::smpr::SMPW

pub enum SMPW {
    CYCLES1_5,
    CYCLES7_5,
    CYCLES13_5,
    CYCLES28_5,
    CYCLES41_5,
    CYCLES55_5,
    CYCLES71_5,
    CYCLES239_5,
}

Values that can be written to the field SMP

Variants

CYCLES1_5

1.5 cycles

CYCLES7_5

7.5 cycles

CYCLES13_5

13.5 cycles

CYCLES28_5

28.5 cycles

CYCLES41_5

41.5 cycles

CYCLES55_5

55.5 cycles

CYCLES71_5

71.5 cycles

CYCLES239_5

239.5 cycles

Trait Implementations

impl From<AdcSampleTime> for SMPW[src]

impl PartialEq<SMPW> for SMPW

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for SMPW

impl Debug for SMPW

impl Clone for SMPW

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for SMPW

impl Sync for SMPW

impl Send for SMPW

Blanket Implementations

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