Type Alias rp2040_pac::pio0::fdebug::TXOVER_W

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

Field TXOVER writer - TX FIFO overflow (i.e. write-on-full by the system) has occurred. Write 1 to clear. Note that write-on-full does not alter the state or contents of the FIFO in any way, but the data that the system attempted to write is dropped, so if this flag is set, your software has quite likely dropped some data on the floor.

Aliased Type§

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