pub struct STREAM_FIFO_SPEC;
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.
You can read
this register and get stream_fifo::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for STREAM_FIFO_SPEC
impl RegisterSpec for STREAM_FIFO_SPEC
Source§impl Resettable for STREAM_FIFO_SPEC
reset()
method sets STREAM_FIFO to value 0
impl Resettable for STREAM_FIFO_SPEC
reset()
method sets STREAM_FIFO to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for STREAM_FIFO_SPEC
read()
method returns stream_fifo::R
reader structure
Auto Trait Implementations§
impl Freeze for STREAM_FIFO_SPEC
impl RefUnwindSafe for STREAM_FIFO_SPEC
impl Send for STREAM_FIFO_SPEC
impl Sync for STREAM_FIFO_SPEC
impl Unpin for STREAM_FIFO_SPEC
impl UnwindSafe for STREAM_FIFO_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more