Module stm32_hal2::dma[][src]

Direct Memory Access Engine

Re-exports

pub use generic_array::typenum;

Modules

consts

Type aliases for many constants.

dma1
dma2

Structs

CircBuffer
DMAFrame

Data type for holding data frames for the Serial.

FrameReader

Frame reader “worker”, access and handling of frame reads is made through this structure.

FrameSender

Frame sender “worker”, access and handling of frame transmissions is made through this structure.

R

Read transfer

Transfer
W

Write transfer

Enums

Error
Event
Half

Traits

DmaExt