Enum atsame54n19a_pac::sercom0::usart_int::ctrla::SAMPR_A[][src]

#[repr(u8)]pub enum SAMPR_A {
    _16X_ARITHMETIC,
    _16X_FRACTIONAL,
    _8X_ARITHMETIC,
    _8X_FRACTIONAL,
    _3X_ARITHMETIC,
}

Sample

Value on reset: 0

Variants

_16X_ARITHMETIC

0: 16x over-sampling using arithmetic baudrate generation

_16X_FRACTIONAL

1: 16x over-sampling using fractional baudrate generation

_8X_ARITHMETIC

2: 8x over-sampling using arithmetic baudrate generation

_8X_FRACTIONAL

3: 8x over-sampling using fractional baudrate generation

_3X_ARITHMETIC

4: 3x over-sampling using arithmetic baudrate generation

Trait Implementations

impl Clone for SAMPR_A[src]

impl Copy for SAMPR_A[src]

impl Debug for SAMPR_A[src]

impl PartialEq<SAMPR_A> for SAMPR_A[src]

impl StructuralPartialEq for SAMPR_A[src]

Auto Trait Implementations

impl Send for SAMPR_A

impl Sync for SAMPR_A

impl Unpin for SAMPR_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.