You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
429 B
18 lines
429 B
/** @addtogroup usart_file UART/USART peripheral API
|
|
* @ingroup peripheral_apis
|
|
* @brief UART/USART helper functions.
|
|
*
|
|
* <b>NO</b> helper functions exist. Only header definitions are available.
|
|
* Delete these lines if/when you add actual helper APIs.
|
|
* @sa usart_defines
|
|
* @sa uart_defines
|
|
* @copyright See @ref lgpl_license
|
|
*/
|
|
|
|
#include <libopencm3/efm32/uart.h>
|
|
#include <libopencm3/efm32/usart.h>
|
|
|
|
/**@{*/
|
|
|
|
/**@}*/
|
|
|
|
|