RawU32SliceMut

Type Alias RawU32SliceMut 

Source
pub type RawU32SliceMut = RawSliceMut<u32>;

Aliased Type§

pub struct RawU32SliceMut { /* private fields */ }

Trait Implementations§

Source§

impl WriteBuffer for RawU32SliceMut

This allows using Self in DMA APIs which expect a embedded_dma::WriteBuffer.

However, the user still must ensure that any alignment rules for DMA buffers required by the hardware are met and than any MPU/MMU configuration necessary was also performed.

Source§

type Word = u32

Source§

unsafe fn write_buffer(&mut self) -> (*mut Self::Word, usize)

Provide a buffer usable for DMA writes. Read more