Type Alias rp2040_pac::uart0::uartfr::RXFE_R

source ·
pub type RXFE_R = BitReader;
Expand description

Field RXFE reader - Receive FIFO empty. 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 empty. If the FIFO is enabled, the RXFE bit is set when the receive FIFO is empty.

Aliased Type§

struct RXFE_R { /* private fields */ }