Enum atsame54p19a_pac::sercom0::usart_int::ctrla::SAMPA_A[][src]

#[repr(u8)]pub enum SAMPA_A {
    ADJ0,
    ADJ1,
    ADJ2,
    ADJ3,
}

Sample Adjustment

Value on reset: 0

Variants

ADJ0

0: 16x Over-sampling = 7-8-9; 8x Over-sampling = 3-4-5

ADJ1

1: 16x Over-sampling = 9-10-11; 8x Over-sampling = 4-5-6

ADJ2

2: 16x Over-sampling = 11-12-13; 8x Over-sampling = 5-6-7

ADJ3

3: 16x Over-sampling = 13-14-15; 8x Over-sampling = 6-7-8

Trait Implementations

impl Clone for SAMPA_A[src]

impl Copy for SAMPA_A[src]

impl Debug for SAMPA_A[src]

impl PartialEq<SAMPA_A> for SAMPA_A[src]

impl StructuralPartialEq for SAMPA_A[src]

Auto Trait Implementations

impl Send for SAMPA_A

impl Sync for SAMPA_A

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