embassy-rp

Crates

git

Versions

rp2040

Flavors

write_repeated

Function write_repeated 

Source
pub unsafe fn write_repeated<'a, C: Channel, W: Word>(
    ch: Peri<'a, C>,
    to: *mut W,
    len: usize,
    dreq: TreqSel,
) -> Transfer<'a, C> 
Expand description

DMA repeated write.

SAFETY: Slice must point to a valid location reachable by DMA.