rp2040_pac::pio0::fdebug

Type Alias RXUNDER_W

Source
pub type RXUNDER_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field RXUNDER writer - RX FIFO underflow (i.e. read-on-empty by the system) has occurred. Write 1 to clear. Note that read-on-empty does not perturb the state of the FIFO in any way, but the data returned by reading from an empty FIFO is undefined, so this flag generally only becomes set due to some kind of software error.

Aliased Typeยง

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