Module serial

Source
Expand description

Stream/Sink-based abstractions for DMA-based Serial Communication (USART).

Structs§

RxStream
A Stream-based asynchronous abstraction over a DMA receiver.
TransferFuture
A Future driving a Transfer.
TxSink
A Sink-based asynchronous abstraction over a DMA transmitter.

Type Aliases§

RxStream1
A type shorthand for specifying different DMA channels easily.
RxStream2
A type shorthand for specifying different DMA channels easily.
RxStream3
A type shorthand for specifying different DMA channels easily.
TxSink1
A type shorthand for specifying different DMA channels easily.
TxSink2
A type shorthand for specifying different DMA channels easily.
TxSink3
A type shorthand for specifying different DMA channels easily.