[][src]Enum mkl26z4::uart1::s2::LBKDE_A

pub enum LBKDE_A {
    _0,
    _1,
}

Possible values of the field LBKDE

Variants

_0

Break detection is disabled.

_1

Break detection is enabled (Break character is detected at length 11 bit times (if C1[M] = 0, BDH[SBNS] = 0) or 12 (if C1[M] = 1, BDH[SBNS] = 0 or C1[M] = 0, BDH[SBNS] = 1) or 13 (if C1[M] = 1, BDH[SBNS] = 1)).

Trait Implementations

impl ToBits<bool> for LBKDE_A[src]

impl PartialEq<LBKDE_A> for LBKDE_A[src]

impl Debug for LBKDE_A[src]

impl Copy for LBKDE_A[src]

impl Clone for LBKDE_A[src]

Auto Trait Implementations

impl Unpin for LBKDE_A

impl Send for LBKDE_A

impl Sync for LBKDE_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