Type Alias PeripheralTxChannel

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

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