Type Definition rp2040_pac::pio0::TXF[][src]

type TXF = Reg<u32, _TXF>;
Expand description

Direct write access to the TX FIFO for this state machine. Each write pushes one word to the FIFO.

This register you can reset, write, write_with_zero. See API.

For information about available fields see txf module

Trait Implementations

Register TXF%s reset()’s with value 0

Register size

Reset value of the register

write(|w| ..) method takes txf::W writer structure