Enum efm32gg11b::usart1::frame::DATABITS_A[][src]

#[repr(u8)]
pub enum DATABITS_A {
Show variants FOUR, FIVE, SIX, SEVEN, EIGHT, NINE, TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
}
Expand description

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.