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