| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
UART controller configuration structure. More...
#include <uart.h>
Data Fields | |
| uint32_t | baudrate | 
| uint8_t | parity | 
| uint8_t | stop_bits | 
| uint8_t | data_bits | 
| uint8_t | flow_ctrl | 
UART controller configuration structure.
| baudrate | Baudrate setting in bps | 
| parity | Parity bit, use uart_config_parity | 
| stop_bits | Stop bits, use uart_config_stop_bits | 
| data_bits | Data bits, use uart_config_data_bits | 
| flow_ctrl | Flow control setting, use uart_config_flow_control | 
| uint32_t uart_config::baudrate | 
| uint8_t uart_config::data_bits | 
| uint8_t uart_config::flow_ctrl | 
| uint8_t uart_config::parity | 
| uint8_t uart_config::stop_bits |