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

#[repr(u8)]pub enum RXPO_A {
    PAD0,
    PAD1,
    PAD2,
    PAD3,
}

Receive Data Pinout

Value on reset: 0

Variants

PAD0

0: SERCOM PAD[0] is used for data reception

PAD1

1: SERCOM PAD[1] is used for data reception

PAD2

2: SERCOM PAD[2] is used for data reception

PAD3

3: SERCOM PAD[3] is used for data reception

Trait Implementations

impl Clone for RXPO_A[src]

impl Copy for RXPO_A[src]

impl Debug for RXPO_A[src]

impl PartialEq<RXPO_A> for RXPO_A[src]

impl StructuralPartialEq for RXPO_A[src]

Auto Trait Implementations

impl Send for RXPO_A

impl Sync for RXPO_A

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