Type Alias rp2040_pac::pio0::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 */ }