libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
usart_common.c
Go to the documentation of this file.
1/** @addtogroup usart_file UART/USART peripheral API
2 * @ingroup peripheral_apis
3 * @brief UART/USART helper functions.
4 *
5 * <b>NO</b> helper functions exist. Only header definitions are available.
6 * Delete these lines if/when you add actual helper APIs.
7 * @sa usart_defines
8 * @sa uart_defines
9 * @copyright See @ref lgpl_license
10 */
11
14
15/**@{*/
16
17/**@}*/
18