Enum efr32xg12p::usart1::frame::DATABITSR [] [src]

pub enum DATABITSR {
    FOUR,
    FIVE,
    SIX,
    SEVEN,
    EIGHT,
    NINE,
    TEN,
    ELEVEN,
    TWELVE,
    THIRTEEN,
    FOURTEEN,
    FIFTEEN,
    SIXTEEN,
    _Reserved(u8),
}

Possible values of the field DATABITS

Variants

Each frame contains 4 data bits

Each frame contains 5 data bits

Each frame contains 6 data bits

Each frame contains 7 data bits

Each frame contains 8 data bits

Each frame contains 9 data bits

Each frame contains 10 data bits

Each frame contains 11 data bits

Each frame contains 12 data bits

Each frame contains 13 data bits

Each frame contains 14 data bits

Each frame contains 15 data bits

Each frame contains 16 data bits

Reserved

Methods

impl DATABITSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is FOUR

[src]

Checks if the value of the field is FIVE

[src]

Checks if the value of the field is SIX

[src]

Checks if the value of the field is SEVEN

[src]

Checks if the value of the field is EIGHT

[src]

Checks if the value of the field is NINE

[src]

Checks if the value of the field is TEN

[src]

Checks if the value of the field is ELEVEN

[src]

Checks if the value of the field is TWELVE

[src]

Checks if the value of the field is THIRTEEN

[src]

Checks if the value of the field is FOURTEEN

[src]

Checks if the value of the field is FIFTEEN

[src]

Checks if the value of the field is SIXTEEN

Trait Implementations

impl Clone for DATABITSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DATABITSR
[src]

impl Debug for DATABITSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DATABITSR
[src]

[src]

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

[src]

This method tests for !=.