Trait imxrt_hal::dma::Element[][src]

pub trait Element: Copy + Sealed {
    const DATA_TRANSFER_ID: u16;
}

Describes a transferrable DMA element; basically, an unsigned integer of any size.

Associated Constants

const DATA_TRANSFER_ID: u16[src]

An identifier describing the data transfer size

Part of the TCD API; see documentation on TCD[SSIZE] and TCD[DSIZE] for more information.

Loading content...

Implementors

impl Element for u8[src]

impl Element for u16[src]

impl Element for u32[src]

impl Element for u64[src]

Loading content...