Enum efr32xg12p::usart0::frame::PARITYR [] [src]

pub enum PARITYR {
    NONE,
    EVEN,
    ODD,
    _Reserved(u8),
}

Possible values of the field PARITY

Variants

Parity bits are not used

Even parity are used. Parity bits are automatically generated and checked by hardware.

Odd parity is used. Parity bits are automatically generated and checked by hardware.

Reserved

Methods

impl PARITYR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is EVEN

[src]

Checks if the value of the field is ODD

Trait Implementations

impl Clone for PARITYR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PARITYR
[src]

impl Debug for PARITYR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PARITYR
[src]

[src]

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

[src]

This method tests for !=.