Type Alias rp2040_pac::uart0::uartrsr::OE_W

source ·
pub type OE_W<'a, REG> = BitWriter1C<'a, REG>;
Expand description

Field OE writer - 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_W<'a, REG> { /* private fields */ }