rp2040_pac::uart0::uartfr

Type Alias TXFF_R

Source
pub type TXFF_R = BitReader;
Expand description

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

Aliased Typeยง

struct TXFF_R { /* private fields */ }