Type Alias rp2040_pac::pio0::fdebug::RXSTALL_W

source ·
pub type RXSTALL_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field RXSTALL writer - State machine has stalled on full RX FIFO during a blocking PUSH, or an IN with autopush enabled. This flag is also set when a nonblocking PUSH to a full FIFO took place, in which case the state machine has dropped data. Write 1 to clear.

Aliased Type§

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