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

type RXF0 = Reg<u32, _RXF0>;

Direct read access to the RX FIFO for this state machine. Each read pops one word from the FIFO.

This register you can read. See API.

For information about available fields see rxf0 module

Trait Implementations

impl Readable for RXF0[src]

read() method returns rxf0::R reader structure