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

pub enum STOPBITSR {
    HALF,
    ONE,
    ONEANDAHALF,
    TWO,
}

Possible values of the field STOPBITS

Variants

The transmitter generates a half stop bit. Stop-bits are not verified by receiver

One stop bit is generated and verified

The transmitter generates one and a half stop bit. The receiver verifies the first stop bit

The transmitter generates two stop bits. The receiver checks the first stop-bit only

Methods

impl STOPBITSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is HALF

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is ONEANDAHALF

[src]

Checks if the value of the field is TWO

Trait Implementations

impl Clone for STOPBITSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for STOPBITSR
[src]

impl Debug for STOPBITSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for STOPBITSR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.