Module rp2040_pac::xip_ctrl::stream_ctr

source ·
Expand description

FIFO stream control

Structs§

Type Aliases§

  • Register STREAM_CTR reader
  • Field STREAM_CTR reader - Write a nonzero value to start a streaming read. This will then
    progress in the background, using flash idle cycles to transfer
    a linear data block from flash to the streaming FIFO.
    Decrements automatically (1 at a time) as the stream
    progresses, and halts on reaching 0.
    Write 0 to halt an in-progress stream, and discard any in-flight
    read, so that a new stream can immediately be started (after
    draining the FIFO and reinitialising STREAM_ADDR)
  • Field STREAM_CTR writer - Write a nonzero value to start a streaming read. This will then
    progress in the background, using flash idle cycles to transfer
    a linear data block from flash to the streaming FIFO.
    Decrements automatically (1 at a time) as the stream
    progresses, and halts on reaching 0.
    Write 0 to halt an in-progress stream, and discard any in-flight
    read, so that a new stream can immediately be started (after
    draining the FIFO and reinitialising STREAM_ADDR)
  • Register STREAM_CTR writer