Type Alias rp2040_pac::uart0::uartfr::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 */ }