Datasheet

Table Of Contents
Bits Name Description Type Reset
1 PE Parity error. When set to 1, it indicates that the parity of
the received data character does not match the parity that
the EPS and SPS bits in the Line Control Register,
UARTLCR_H. 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.
WC 0x0
0 FE 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.
WC 0x0
UART: UARTFR Register
Offset: 0x018
Description
Flag Register, UARTFR
Table 438. UARTFR
Register
Bits Name Description Type Reset
31:9 Reserved. - - -
8 RI Ring indicator. This bit is the complement of the UART
ring indicator, nUARTRI, modem status input. That is, the
bit is 1 when nUARTRI is LOW.
RO -
7 TXFE Transmit FIFO empty. The meaning of this bit depends on
the state of the FEN bit in the Line Control Register,
UARTLCR_H. If the FIFO is disabled, this bit is set when
the transmit holding register is empty. If the FIFO is
enabled, the TXFE bit is set when the transmit FIFO is
empty. This bit does not indicate if there is data in the
transmit shift register.
RO 0x1
6 RXFF Receive FIFO full. The meaning of this bit depends on the
state of the FEN bit in the UARTLCR_H Register. If the
FIFO is disabled, this bit is set when the receive holding
register is full. If the FIFO is enabled, the RXFF bit is set
when the receive FIFO is full.
RO 0x0
5 TXFF Transmit FIFO full. The meaning of this bit depends on the
state of the FEN bit in the UARTLCR_H Register. If the
FIFO is disabled, this bit is set when the transmit holding
register is full. If the FIFO is enabled, the TXFF bit is set
when the transmit FIFO is full.
RO 0x0
4 RXFE Receive FIFO empty. The meaning of this bit depends on
the state of the FEN bit in the UARTLCR_H Register. If the
FIFO is disabled, this bit is set when the receive holding
register is empty. If the FIFO is enabled, the RXFE bit is set
when the receive FIFO is empty.
RO 0x1
RP2040 Datasheet
4.2. UART 449