Type Alias rp2040_pac::uart0::uartfr::TXFE_R

source ·
pub type TXFE_R = BitReader;
Expand description

Field TXFE reader - Transmit FIFO empty. The meaning of this bit depends on the state of the FEN bit in the Line Control Register, UARTLCR_H. If the FIFO is disabled, this bit is set when the transmit holding register is empty. If the FIFO is enabled, the TXFE bit is set when the transmit FIFO is empty. This bit does not indicate if there is data in the transmit shift register.

Aliased Type§

struct TXFE_R { /* private fields */ }