pub unsafe trait _embedded_dma_Word { }
Expand description

Trait for DMA word types used by the blanket DMA buffer impls.

Safety

Types that implement this trait must be valid for every possible byte pattern. This is to ensure that, whatever DMA writes into the buffer, we won’t get UB due to invalid values.

Implementations on Foreign Types§

§

impl Word for u16

§

impl Word for i32

§

impl Word for u8

§

impl Word for u64

§

impl Word for i8

§

impl Word for i64

§

impl Word for i16

§

impl Word for u32

Implementors§