[][src]Enum stm32l0xx_hal::stm32::adc::cfgr2::TOVSW

pub enum TOVSW {
    TRIGGERALL,
    TRIGGEREACH,
}

Values that can be written to the field TOVS

Variants

TRIGGERALL

All oversampled conversions for a channel are done consecutively after a trigger

TRIGGEREACH

Each oversampled conversion for a channel needs a trigger

Trait Implementations

impl PartialEq<TOVSW> for TOVSW[src]

impl Debug for TOVSW[src]

impl Copy for TOVSW[src]

impl Clone for TOVSW[src]

Auto Trait Implementations

impl Unpin for TOVSW

impl Send for TOVSW

impl Sync for TOVSW

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