Type Alias rp2040_pac::uart0::uartdr::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 receive FIFO is already full. This is cleared to 0 once there is an empty space in the FIFO and a new character can be written to it.

Aliased Type§

struct OE_R { /* private fields */ }