[][src]Type Definition async_stm32f1xx::serial::TxSink3

type TxSink3<'a, BUF> = TxSink<'a, BUF, TxDma3>;

A type shorthand for specifying different DMA channels easily.

Implementations

impl<'a, BUF> TxSink3<'a, BUF>[src]

pub fn new(buf: &'a mut BUF, tx: TxDma3) -> Self[src]

Creates a new TxSink from the specified buffer and DMA transmitter.