[][src]Enum stm32l0xx_hal::pac::adc::cfgr2::OVSRW

pub enum OVSRW {
    MUL2,
    MUL4,
    MUL8,
    MUL16,
    MUL32,
    MUL64,
    MUL128,
    MUL256,
}

Values that can be written to the field OVSR

Variants

MUL2

2x

MUL4

4x

MUL8

8x

MUL16

16x

MUL32

32x

MUL64

64x

MUL128

128x

MUL256

256x

Trait Implementations

impl PartialEq<OVSRW> for OVSRW[src]

impl Debug for OVSRW[src]

impl Copy for OVSRW[src]

impl Clone for OVSRW[src]

Auto Trait Implementations

impl Unpin for OVSRW

impl Send for OVSRW

impl Sync for OVSRW

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