Trait imxrt10xx::dma::DmaElement

source ·
pub trait DmaElement: Sealed {
    #[doc(hidden)] const DATA_TRANSFER_ID: u16;
}
Expand description

Describes a type that can be transferred via DMA.

This trait is sealed and cannot be implemented outside of this crate. However, it may be used outside of this crate.

Required Associated Constants§

source

#[doc(hidden)] const DATA_TRANSFER_ID: u16

An identifier describing the data transfer size

See TCD[SSIZE] and TCD[DSIZE] for more information.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DmaElement for u8

source§

impl DmaElement for u16

source§

impl DmaElement for u32

source§

impl DmaElement for u64

Implementors§