rp2040_pac::uart0::uartfr

Type Alias RXFE_R

Source
pub type RXFE_R = BitReader;
Expand description

Field RXFE reader - 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.

Aliased Typeยง

struct RXFE_R { /* private fields */ }