Type Alias PeripheralRxChannel

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

Helper type to get the DMA Rx channel for a peripheral.