Type Alias rp2040_pac::uart0::uartifls::TXIFLSEL_W

source ·
pub type TXIFLSEL_W<'a, REG> = FieldWriter<'a, REG, 3>;
Expand description

Field TXIFLSEL writer - Transmit interrupt FIFO level select. The trigger points for the transmit interrupt are as follows: b000 = Transmit FIFO becomes <= 1 / 8 full b001 = Transmit FIFO becomes <= 1 / 4 full b010 = Transmit FIFO becomes <= 1 / 2 full b011 = Transmit FIFO becomes <= 3 / 4 full b100 = Transmit FIFO becomes <= 7 / 8 full b101-b111 = reserved.

Aliased Type§

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