Trait imxrt_hal::dma::Element

source ·
pub trait Element: Copy + Sealed {
    const DATA_TRANSFER_ID: u8;
}
Expand description

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

Required Associated Constants§

source

const DATA_TRANSFER_ID: u8

An identifier describing the data transfer size

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Element for u8

source§

impl Element for u16

source§

impl Element for u32

source§

impl Element for u64

Implementors§