Enum atsam4lc8a_pac::usart0::mr_spi::MODE_A[][src]

#[repr(u8)]pub enum MODE_A {
    NORMAL,
    RS485,
    HARDWARE,
    MODEM,
    ISO7816_T0,
    ISO7816_T1,
    IRDA,
    LIN_MASTER,
    LIN_SLAVE,
    SPI_MASTER,
    SPI_SLAVE,
}

Usart Mode

Value on reset: 0

Variants

NORMAL

0: Normal

RS485

1: RS485

HARDWARE

2: Hardware Handshaking

MODEM

3: Modem

ISO7816_T0

4: IS07816 Protocol: T = 0

ISO7816_T1

6: IS07816 Protocol: T = 1

IRDA

8: IrDA

LIN_MASTER

10: LIN Master

LIN_SLAVE

11: LIN Slave

SPI_MASTER

14: SPI Master

SPI_SLAVE

15: SPI Slave

Trait Implementations

impl Clone for MODE_A[src]

impl Copy for MODE_A[src]

impl Debug for MODE_A[src]

impl PartialEq<MODE_A> for MODE_A[src]

impl StructuralPartialEq for MODE_A[src]

Auto Trait Implementations

impl Send for MODE_A

impl Sync for MODE_A

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