Enum efr32x12p::usart1::frame::STOPBITSW [] [src]

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

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