pub type STREAM_FIFO = Reg<STREAM_FIFO_SPEC>;Expand description
STREAM_FIFO (r) register accessor: 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.
You can read this register and get stream_fifo::R. See API.
For information about available fields see stream_fifo
module
Aliased Typeยง
pub struct STREAM_FIFO { /* private fields */ }