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

type TXF3 = Reg<u32, _TXF3>;

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

Trait Implementations

impl ResetValue for TXF3[src]

Register TXF3 reset()'s with value 0

type Type = u32

Register size

impl Writable for TXF3[src]

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