Enum atsame54p19a_pac::sercom0::usart_ext::ctrlc::BRKLEN_A[][src]

#[repr(u8)]pub enum BRKLEN_A {
    _13_BIT,
    _17_BIT,
    _21_BIT,
    _26_BIT,
}

LIN Master Break Length

Value on reset: 0

Variants

_13_BIT

0: Break field transmission is 13 bit times

_17_BIT

1: Break field transmission is 17 bit times

_21_BIT

2: Break field transmission is 21 bit times

_26_BIT

3: Break field transmission is 26 bit times

Trait Implementations

impl Clone for BRKLEN_A[src]

impl Copy for BRKLEN_A[src]

impl Debug for BRKLEN_A[src]

impl PartialEq<BRKLEN_A> for BRKLEN_A[src]

impl StructuralPartialEq for BRKLEN_A[src]

Auto Trait Implementations

impl Send for BRKLEN_A

impl Sync for BRKLEN_A

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