[][src]Enum stm32l0::stm32l0x2::adc::cfgr2::OVSR_A

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

Oversampling ratio

Value on reset: 0

Variants

MUL2

0: 2x

MUL4

1: 4x

MUL8

2: 8x

MUL16

3: 16x

MUL32

4: 32x

MUL64

5: 64x

MUL128

6: 128x

MUL256

7: 256x

Trait Implementations

impl From<OVSR_A> for u8[src]

impl Debug for OVSR_A[src]

impl PartialEq<OVSR_A> for OVSR_A[src]

impl Copy for OVSR_A[src]

impl StructuralPartialEq for OVSR_A[src]

impl Clone for OVSR_A[src]

Auto Trait Implementations

impl Unpin for OVSR_A

impl Send for OVSR_A

impl Sync for OVSR_A

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