Enum efr32xg12p::usart1::ctrl::OVSR [] [src]

pub enum OVSR {
    X16,
    X8,
    X6,
    X4,
}

Possible values of the field OVS

Variants

Regular UART mode with 16X oversampling in asynchronous mode

Double speed with 8X oversampling in asynchronous mode

6X oversampling in asynchronous mode

Quadruple speed with 4X oversampling in asynchronous mode

Methods

impl OVSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is X16

[src]

Checks if the value of the field is X8

[src]

Checks if the value of the field is X6

[src]

Checks if the value of the field is X4

Trait Implementations

impl Clone for OVSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OVSR
[src]

impl Debug for OVSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OVSR
[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 !=.