Type Alias rp2040_pac::uart0::uartrsr::OE_R

source ·
pub type OE_R = BitReader;
Expand description

Field OE reader - Overrun error. This bit is set to 1 if data is received and the FIFO is already full. This bit is cleared to 0 by a write to UARTECR. The FIFO contents remain valid because no more data is written when the FIFO is full, only the contents of the shift register are overwritten. The CPU must now read the data, to empty the FIFO.

Aliased Type§

struct OE_R { /* private fields */ }