[][src]Enum efm32gg11b820::usart4::frame::DATABITSW

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

Values that can be written to the field DATABITS

Variants

FOUR

Each frame contains 4 data bits

FIVE

Each frame contains 5 data bits

SIX

Each frame contains 6 data bits

SEVEN

Each frame contains 7 data bits

EIGHT

Each frame contains 8 data bits

NINE

Each frame contains 9 data bits

TEN

Each frame contains 10 data bits

ELEVEN

Each frame contains 11 data bits

TWELVE

Each frame contains 12 data bits

THIRTEEN

Each frame contains 13 data bits

FOURTEEN

Each frame contains 14 data bits

FIFTEEN

Each frame contains 15 data bits

SIXTEEN

Each frame contains 16 data bits

Auto Trait Implementations

impl Send for DATABITSW

impl Sync for DATABITSW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self