Type Alias rp2040_pac::uart0::uartifls::RXIFLSEL_R
source · pub type RXIFLSEL_R = FieldReader;
Expand description
Field RXIFLSEL
reader - 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_R { /* private fields */ }