Module stm32f1xx_hal::dma

source ·
Expand description

Modules

Structs

Read transfer
DMA Receiver
DMA Receiver/Transmitter
DMA Transmitter
Write transfer

Enums

Traits

Trait for circular DMA readings from peripheral to memory.
Trait for DMA readings from peripheral to memory.
Trait for DMA simultaneously reading and writing within one synchronous operation. Panics if both buffers are not of equal length.
Trait for DMA writing from memory to peripheral.