[][src]Enum rv32m1_ri5cy_pac::lpuart2::ctrl::M7_A

pub enum M7_A {
    M7_0,
    M7_1,
}

7-Bit Mode Select

Value on reset: 0

Variants

M7_0

0: Receiver and transmitter use 8-bit to 10-bit data characters.

M7_1

1: Receiver and transmitter use 7-bit data characters.

Trait Implementations

impl From<M7_A> for bool[src]

impl PartialEq<M7_A> for M7_A[src]

impl Debug for M7_A[src]

impl Copy for M7_A[src]

impl Clone for M7_A[src]

Auto Trait Implementations

impl Unpin for M7_A

impl Send for M7_A

impl Sync for M7_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]