Module stm32f4xx_hal::dma::config

source ·
Expand description

Contains types related to DMA configuration.

Structs

  • Contains the complete set of configuration for a DMA stream.

Enums

  • How burst transfers are done, requires fifo enabled. Check datasheet for valid combinations.
  • The level to fill the fifo to before performing the transaction.
  • Priority of the DMA stream, defaults to Medium. If two requests have the same software priority level, the stream with the lower number takes priority over the stream with the higher number. For example, Stream 2 takes priority over Stream 4.