Module rp2040_pac::xip_ctrl::stream_fifo

source ·
Expand description

FIFO stream data
Streamed data is buffered here, for retrieval by the system DMA.
This FIFO can also be accessed via the XIP_AUX slave, to avoid exposing
the DMA to bus stalls caused by other XIP traffic.

Structs§

  • FIFO stream data
    Streamed data is buffered here, for retrieval by the system DMA.
    This FIFO can also be accessed via the XIP_AUX slave, to avoid exposing
    the DMA to bus stalls caused by other XIP traffic.

Type Aliases§

  • Register STREAM_FIFO reader