Module gd32f1x0_hal::dma[][src]

Expand description

Structs

C0

A singleton that represents a single DMA channel (channel X in this case)

C1

A singleton that represents a single DMA channel (channel X in this case)

C2

A singleton that represents a single DMA channel (channel X in this case)

C3

A singleton that represents a single DMA channel (channel X in this case)

C4

A singleton that represents a single DMA channel (channel X in this case)

C5

A singleton that represents a single DMA channel (channel X in this case)

C6

A singleton that represents a single DMA channel (channel X in this case)

Channels
CircBuffer
R

Read transfer

RxDma

DMA Receiver

RxTxDma

DMA Receiver/Transmitter

Transfer
TxDma

DMA Transmitter

W

Write transfer

Enums

Error
Event
Half

Traits

CircReadDma

Trait for circular DMA readings from peripheral to memory.

DmaExt
ReadDma

Trait for DMA readings from peripheral to memory.

Receive
TransferPayload
Transmit
WriteDma

Trait for DMA writing from memory to peripheral.