pub type STOPBITS_W<'a> = FieldWriterSafe<'a, u32, FRAME_SPEC, u8, STOPBITS_A, 2, 12>;
Expand description

Field STOPBITS writer - Stop-Bit Mode

Implementations

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