[][src]Enum lpc54606_pac::usart0::cfg::STOPLEN_A

pub enum STOPLEN_A {
    BIT_1,
    BITS_2,
}

Number of stop bits appended to transmitted data. Only a single stop bit is required for received data.

Value on reset: 0

Variants

BIT_1

0: 1 stop bit.

BITS_2

1: 2 stop bits. This setting should only be used for asynchronous communication.

Trait Implementations

impl Clone for STOPLEN_A[src]

impl Copy for STOPLEN_A[src]

impl Debug for STOPLEN_A[src]

impl From<STOPLEN_A> for bool[src]

impl PartialEq<STOPLEN_A> for STOPLEN_A[src]

impl StructuralPartialEq for STOPLEN_A[src]

Auto Trait Implementations

impl Send for STOPLEN_A

impl Sync for STOPLEN_A

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