Module stm32f4xx_hal::dma::traits

source ·

Structs

Traits

  • A trait for marker tha represent Channel of a DMA stream.
  • Trait to mark a set of Stream, Channel and Direction for a Peripheral as correct together.
  • DMA direction.
  • Trait that represents an instance of a DMA peripheral.
  • Get an address and memory size the DMA can use.
  • Marker trait for structs which can be safely accessed with shared reference
  • Trait for DMA streams types.
  • Trait for DMA stream interrupt handling.

Type Aliases