[][src]Enum efm32hg309f64::usart0::frame::DATABITS_A

pub enum DATABITS_A {
    FOUR,
    FIVE,
    SIX,
    SEVEN,
    EIGHT,
    NINE,
    TEN,
    ELEVEN,
    TWELVE,
    THIRTEEN,
    FOURTEEN,
    FIFTEEN,
    SIXTEEN,
}

Data-Bit Mode

Value on reset: 5

Variants

FOUR

1: Each frame contains 4 data bits

FIVE

2: Each frame contains 5 data bits

SIX

3: Each frame contains 6 data bits

SEVEN

4: Each frame contains 7 data bits

EIGHT

5: Each frame contains 8 data bits

NINE

6: Each frame contains 9 data bits

TEN

7: Each frame contains 10 data bits

ELEVEN

8: Each frame contains 11 data bits

TWELVE

9: Each frame contains 12 data bits

THIRTEEN

10: Each frame contains 13 data bits

FOURTEEN

11: Each frame contains 14 data bits

FIFTEEN

12: Each frame contains 15 data bits

SIXTEEN

13: Each frame contains 16 data bits

Trait Implementations

impl From<DATABITS_A> for u8[src]

impl Debug for DATABITS_A[src]

impl PartialEq<DATABITS_A> for DATABITS_A[src]

impl Copy for DATABITS_A[src]

impl StructuralPartialEq for DATABITS_A[src]

impl Clone for DATABITS_A[src]

Auto Trait Implementations

impl Unpin for DATABITS_A

impl Send for DATABITS_A

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