Enum efr32x12p::usart3::frame::PARITYW [] [src]

pub enum PARITYW {
    NONE,
    EVEN,
    ODD,
}

Values that can be written to 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.