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.
pub type PeripheralDmaChannel<T> = <T as DmaEligible>::Dma;unstable only.Helper type to get the DMA (Rx and Tx) channel for a peripheral.