Module stm32h7xx_hal::dma::traits[][src]

Traits for DMA types

Adapted from https://github.com/stm32-rs/stm32f4xx-hal/blob/master/src/dma/traits.rs

Traits

Direction

DMA direction.

DoubleBufferedConfig

Trait for the configuration of Double-Buffered DMA streams

DoubleBufferedStream

Trait for Double-Buffered DMA streams

MasterStream

Trait for Master DMA streams

Stream

Minimal trait for DMA streams

TargetAddress

Mark a target that the DMA can use. This is a peripheral (PeripheralToMemory or MemoryToPeripheral) or a memory (MemoryToMemory)