pub type TxSink2<'a, BUF> = TxSink<'a, BUF, TxDma2>;
A type shorthand for specifying different DMA channels easily.
pub struct TxSink2<'a, BUF>(/* private fields */);
Creates a new TxSink from the specified buffer and DMA transmitter.
TxSink