|
VSF Documented
|
#include <uart.h>
Data Fields | |
| int | baud_rate |
| uart_word_length_t | data_bits |
| uart_parity_t | parity |
| uart_stop_bits_t | stop_bits |
| uart_hw_flowcontrol_t | flow_ctrl |
| uint8_t | rx_flow_ctrl_thresh |
| uart_sclk_t | source_clk |
UART configuration structure (passed to uart_param_config).
| int uart_config_t::baud_rate |
| uart_word_length_t uart_config_t::data_bits |
| uart_parity_t uart_config_t::parity |
| uart_stop_bits_t uart_config_t::stop_bits |
| uart_hw_flowcontrol_t uart_config_t::flow_ctrl |
| uint8_t uart_config_t::rx_flow_ctrl_thresh |
HW-RTS threshold (bytes)
| uart_sclk_t uart_config_t::source_clk |
informational