Type Alias rp2040_pac::uart0::uartrsr::FE_R

source ·
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 */ }