Module lpuart

Module lpuart 

Source
Expand description

C+P from the usart module. todo: Reduce DRY.

This module allows for serial communication using the STM32 LPUART peripheral It provides APIs to configure, read, and write from U[S]ART, with blocking, nonblocking, and DMA functionality.

Structsยง

LpUart
Represents the USART peripheral, for serial communications.