Type Alias rp2040_pac::uart0::uartrsr::BE_R

source ·
pub type BE_R = BitReader;
Expand description

Field BE reader - Break error. This bit is set to 1 if a break condition was detected, indicating that the received data input was held LOW for longer than a full-word transmission time (defined as start, data, parity, and stop bits). This bit is cleared to 0 after a write to UARTECR. In FIFO mode, this error is associated with the character at the top of the FIFO. When a break occurs, only one 0 character is loaded into the FIFO. The next character is only enabled after the receive data input goes to a 1 (marking state) and the next valid start bit is received.

Aliased Type§

struct BE_R { /* private fields */ }