Type Alias rp2040_pac::uart0::uartifls::RXIFLSEL_W

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

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

Aliased Type§

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