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

type TXF0 = Reg<u32, _TXF0>;

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

Trait Implementations

impl ResetValue for TXF0[src]

Register TXF0 reset()'s with value 0

type Type = u32

Register size

impl Writable for TXF0[src]

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