#include <uart.h>
|
| enum class | Peripheral {
USART_1
, USART_2
, USART_3
, UART_4
,
UART_5
, USART_6
, UART_7
, UART_8
,
LPUART_1
} |
| |
| enum class | StopBits { BITS_0_5
, BITS_1
, BITS_1_5
, BITS_2
} |
| |
| enum class | Parity { NONE
, EVEN
, ODD
} |
| |
| enum class | Mode { RX
, TX
, TX_RX
} |
| |
| enum class | WordLength { BITS_7
, BITS_8
, BITS_9
} |
| |
◆ Mode
◆ Parity
◆ Peripheral
| Enumerator |
|---|
| USART_1 | |
| USART_2 | |
| USART_3 | |
| UART_4 | |
| UART_5 | |
| USART_6 | |
| UART_7 | |
| UART_8 | |
| LPUART_1 | |
◆ StopBits
| Enumerator |
|---|
| BITS_0_5 | |
| BITS_1 | |
| BITS_1_5 | |
| BITS_2 | |
◆ WordLength
| Enumerator |
|---|
| BITS_7 | |
| BITS_8 | |
| BITS_9 | |
◆ Config()
| daisy::UartHandler::Config::Config |
( |
| ) |
|
|
inline |
◆ baudrate
| uint32_t daisy::UartHandler::Config::baudrate |
◆ mode
| Mode daisy::UartHandler::Config::mode |
◆ parity
| Parity daisy::UartHandler::Config::parity |
◆ periph
◆ [struct]
| struct { ... } daisy::UartHandler::Config::pin_config |
◆ rx
| Pin daisy::UartHandler::Config::rx |
◆ stopbits
| StopBits daisy::UartHandler::Config::stopbits |
◆ tx
| Pin daisy::UartHandler::Config::tx |
◆ wordlength
The documentation for this struct was generated from the following file: