[][src]Module stm32f3xx_hal_v2::dma

Direct memory access (DMA) controller

Currently DMA is only supported for STM32F303 MCUs.

Modules

dma1
dma2

Structs

Transfer

An in-progress one-shot DMA transfer

Enums

Direction

DMA transfer direction

Event

DMA events

Increment

DMA address increment mode

Priority

Channel priority level

Traits

Channel

Trait implemented by all DMA channels

DmaExt

Extension trait to split a DMA peripheral into independent channels

OnChannel

Marker trait mapping DMA targets to their channels

ReadBuffer

Trait for buffers that can be given to DMA for reading.

Target

Trait implemented by DMA targets.

WriteBuffer

Trait for buffers that can be given to DMA for writing.