Type Alias rp2040_pac::pio0::fdebug::TXOVER_R

source ·
pub type TXOVER_R = FieldReader;
Expand description

Field TXOVER reader - 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_R { /* private fields */ }