[][src]Type Definition rp2040::pio0::TXF2

type TXF2 = Reg<u32, _TXF2>;

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 txf2 module

Trait Implementations

impl ResetValue for TXF2[src]

Register TXF2 reset()'s with value 0

type Type = u32

Register size

impl Writable for TXF2[src]

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