gos_uart_config_t Struct Reference
UART configuration. More...
Data Fields |
|
| uint32_t | baud_rate |
|
UART BAUD rate.
|
|
| gos_uart_width_t | data_width |
|
Bits per character.
|
|
| gos_uart_parity_t | parity |
|
Data parity.
|
|
| gos_uart_stop_bits_t | stop_bits |
|
Stop bits per character.
|
|
| gos_uart_flow_control_t | flow_control |
|
Hardware flow control.
|
|
Detailed Description
UART configuration.