Enum atsame54p19a_pac::dac::dacctrl::OSR_A[][src]

#[repr(u8)]pub enum OSR_A {
    OSR_1,
    OSR_2,
    OSR_4,
    OSR_8,
    OSR_16,
    OSR_32,
}

Sampling Rate

Value on reset: 0

Variants

OSR_1

0: No Over Sampling

OSR_2

1: 2x Over Sampling Ratio

OSR_4

2: 4x Over Sampling Ratio

OSR_8

3: 8x Over Sampling Ratio

OSR_16

4: 16x Over Sampling Ratio

OSR_32

5: 32x Over Sampling Ratio

Trait Implementations

impl Clone for OSR_A[src]

impl Copy for OSR_A[src]

impl Debug for OSR_A[src]

impl PartialEq<OSR_A> for OSR_A[src]

impl StructuralPartialEq for OSR_A[src]

Auto Trait Implementations

impl Send for OSR_A

impl Sync for OSR_A

impl Unpin for OSR_A

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

type Output = T

Should always be Self

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.