[][src]Enum efm32hg309f64::usart1::frame::STOPBITS_A

pub enum STOPBITS_A {
    HALF,
    ONE,
    ONEANDAHALF,
    TWO,
}

Stop-Bit Mode

Value on reset: 1

Variants

HALF

0: The transmitter generates a half stop bit. Stop-bits are not verified by receiver

ONE

1: One stop bit is generated and verified

ONEANDAHALF

2: The transmitter generates one and a half stop bit. The receiver verifies the first stop bit

TWO

3: The transmitter generates two stop bits. The receiver checks the first stop-bit only

Trait Implementations

impl From<STOPBITS_A> for u8[src]

impl Debug for STOPBITS_A[src]

impl PartialEq<STOPBITS_A> for STOPBITS_A[src]

impl Copy for STOPBITS_A[src]

impl StructuralPartialEq for STOPBITS_A[src]

impl Clone for STOPBITS_A[src]

Auto Trait Implementations

impl Unpin for STOPBITS_A

impl Send for STOPBITS_A

impl Sync for STOPBITS_A

Blanket Implementations

impl<T> From<T> for T[src]

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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self