Enum stm32g4::stm32g441::adc1::cfgr2::OVSR_A[][src]

#[repr(u8)]pub enum OVSR_A {
    OS2,
    OS4,
    OS8,
    OS16,
    OS32,
    OS64,
    OS128,
    OS256,
}

Oversampling ratio

Value on reset: 0

Variants

OS2

0: Oversampling ratio of 2

OS4

1: Oversampling ratio of 4

OS8

2: Oversampling ratio of 8

OS16

3: Oversampling ratio of 16

OS32

4: Oversampling ratio of 32

OS64

5: Oversampling ratio of 64

OS128

6: Oversampling ratio of 128

OS256

7: Oversampling ratio of 256

Trait Implementations

impl Clone for OVSR_A[src]

impl Copy for OVSR_A[src]

impl Debug for OVSR_A[src]

impl PartialEq<OVSR_A> for OVSR_A[src]

impl StructuralPartialEq for OVSR_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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> 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.