Module stm32f7xx_hal::dma[][src]

Expand description

Interface the the DMA peripheral

Structs

Entry point to the DMA API

Handle to the DMA instance

Used by Transfer::enable_interrupts to identify DMA interrupts

Indicates that a DMA transfer is ready to be started

Indicates that a DMA transfer has been started

Represents an ongoing DMA transfer

The resources that an ongoing transfer needs exclusive access to

Enums

A DMA error

Traits

Implemented for all types that represent DMA channels

Implemented for all DMA instances

Implemented for all types that represent DMA streams

Implemented for all peripheral APIs that support DMA transfers