[][src]Trait embedded_dma::Word

pub unsafe trait Word { }

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.

Implementors

impl Word for i8[src]

impl Word for i16[src]

impl Word for i32[src]

impl Word for i64[src]

impl Word for u8[src]

impl Word for u16[src]

impl Word for u32[src]

impl Word for u64[src]

Loading content...