[][src]Enum atsame70j20b::usart0::us_man::TX_PP_A

#[repr(u8)]pub enum TX_PP_A {
    ALL_ONE,
    ALL_ZERO,
    ZERO_ONE,
    ONE_ZERO,
}

Transmitter Preamble Pattern

Value on reset: 0

Variants

ALL_ONE

0: The preamble is composed of '1's

ALL_ZERO

1: The preamble is composed of '0's

ZERO_ONE

2: The preamble is composed of '01's

ONE_ZERO

3: The preamble is composed of '10's

Trait Implementations

impl Clone for TX_PP_A[src]

impl Copy for TX_PP_A[src]

impl Debug for TX_PP_A[src]

impl From<TX_PP_A> for u8[src]

impl PartialEq<TX_PP_A> for TX_PP_A[src]

impl StructuralPartialEq for TX_PP_A[src]

Auto Trait Implementations

impl Send for TX_PP_A

impl Sync for TX_PP_A

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