pub type FE_R = BitReader;
Expand description
Field FE
reader - Framing error. When set to 1, it indicates that the received character did not have a valid stop bit (a valid stop bit is 1). This bit is cleared to 0 by a write to UARTECR. In FIFO mode, this error is associated with the character at the top of the FIFO.
Aliased Typeยง
struct FE_R { /* private fields */ }