UART CPU specific definitions for the STM32 family. More...
UART CPU specific definitions for the STM32 family.
Definition in file cpu_uart.h.
Go to the source code of this file.
Data Structures | |
struct | uart_conf_t |
UART device configuration. More... | |
#define | UART_TXBUF_SIZE (64) |
Size of the UART TX buffer for non-blocking mode. | |
enum | uart_type_t { STM32_USART , STM32_LPUART } |
UART hardware module types. More... | |
#define UART_TXBUF_SIZE (64) |
Size of the UART TX buffer for non-blocking mode.
Definition at line 46 of file cpu_uart.h.
enum uart_type_t |
UART hardware module types.
Enumerator | |
---|---|
STM32_USART | STM32 USART module type. |
STM32_LPUART | STM32 Low-power UART (LPUART) module type. |
Definition at line 37 of file cpu_uart.h.