Type Alias PeripheralDmaChannel

Source
pub type PeripheralDmaChannel<T> = <T as DmaEligible>::Dma;
Available on crate feature unstable only.
Expand description

Helper type to get the DMA (Rx and Tx) channel for a peripheral.