Enum stm32f3xx_hal::dma::Direction [−][src]
pub enum Direction {
FromMemory,
FromPeripheral,
}Expand description
DMA transfer direction
Variants
From memory to peripheral
From peripheral to memory
pub enum Direction {
FromMemory,
FromPeripheral,
}DMA transfer direction
From memory to peripheral
From peripheral to memory