Type Alias rp2040_pac::uart0::uartlcr_h::FEN_W

source ·
pub type FEN_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field FEN writer - Enable FIFOs: 0 = FIFOs are disabled (character mode) that is, the FIFOs become 1-byte-deep holding registers 1 = transmit and receive FIFO buffers are enabled (FIFO mode).

Aliased Type§

struct FEN_W<'a, REG> { /* private fields */ }