Type Definition TxSink3
async_stm32f1xx::serial
type TxSink3<'a, BUF> = TxSink<'a, BUF, TxDma3>;
A type shorthand for specifying different DMA channels easily.
impl<'a, BUF> TxSink3<'a, BUF>
pub fn new(buf: &'a mut BUF, tx: TxDma3) -> Self
Creates a new TxSink from the specified buffer and DMA transmitter.
TxSink