pub type RawBufSliceMut = RawU8SliceMut;Aliased Type§
pub struct RawBufSliceMut { /* private fields */ }Trait Implementations§
Source§impl WriteBuffer for RawBufSliceMut
This allows using Self in DMA APIs which expect a embedded_dma::WriteBuffer.
impl WriteBuffer for RawBufSliceMut
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.