Type Alias rp2040_pac::pio0::RXF

source ·
pub type RXF = Reg<RXF_SPEC>;
Expand description

RXF (r) register accessor: Direct read access to the RX FIFO for this state machine. Each read pops one word from the FIFO. Attempting to read from an empty FIFO has no effect on the FIFO state, and sets the sticky FDEBUG_RXUNDER error flag for this FIFO. The data returned to the system on a read from an empty FIFO is undefined.

You can read this register and get rxf::R. See API.

For information about available fields see rxf module

Aliased Type§

struct RXF { /* private fields */ }