Module dma

Source
Expand description

Implementation of the PDCA DMA peripheral.

Structs§

DMAChannel

Enums§

DMAChannelNum
The DMA channel number.
DMAPeripheral
The peripheral function a channel is assigned to (Section 16.7). *_RX means transfer data from peripheral to memory, *_TX means transfer data from memory to peripheral.
DMAWidth

Traits§

DMAClient