rp2040_pac::pio0

Type Alias TXF

Source
pub type TXF = Reg<TXF_SPEC>;
Expand description

TXF (w) register accessor: Direct write access to the TX FIFO for this state machine. Each write pushes one word to the FIFO. Attempting to write to a full FIFO has no effect on the FIFO state or contents, and sets the sticky FDEBUG_TXOVER error flag for this FIFO.

You can reset, write, write_with_zero this register using txf::W. See API.

For information about available fields see txf module

Aliased Typeยง

struct TXF { /* private fields */ }