rp2040_pac::uart0::uartfr

Type Alias RXFF_R

Source
pub type RXFF_R = BitReader;
Expand description

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

Aliased Typeยง

struct RXFF_R { /* private fields */ }