Struct daisy::UartHandler::Config¶
ClassList > daisy > UartHandler > Config
Public Types¶
Type | Name |
---|---|
enum | Mode |
enum | Parity |
enum | Peripheral |
enum | StopBits |
enum | WordLength |
Public Attributes¶
Type | Name |
---|---|
uint32_t | baudrate |
Mode | mode |
Parity | parity |
Peripheral | periph |
struct daisy::UartHandler::Config | pin_config |
Pin | rx |
StopBits | stopbits |
Pin | tx |
WordLength | wordlength |
Public Functions¶
Type | Name |
---|---|
Config () |
Public Types Documentation¶
enum Mode¶
enum Parity¶
enum Peripheral¶
enum daisy::UartHandler::Config::Peripheral {
USART_1,
USART_2,
USART_3,
UART_4,
UART_5,
USART_6,
UART_7,
UART_8,
LPUART_1
};
enum StopBits¶
enum WordLength¶
Public Attributes Documentation¶
variable baudrate¶
variable mode¶
variable parity¶
variable periph¶
variable pin_config¶
&
variable rx¶
&
variable stopbits¶
variable tx¶
&
variable wordlength¶
Public Functions Documentation¶
function Config¶
The documentation for this class was generated from the following file external-docs/libDaisy/src/per/uart.h