VSF Documented
Data Fields
uart_config_t Struct Reference

#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
 

Detailed Description

UART configuration structure (passed to uart_param_config).

Field Documentation

◆ baud_rate

int uart_config_t::baud_rate

◆ data_bits

uart_word_length_t uart_config_t::data_bits

◆ parity

uart_parity_t uart_config_t::parity

◆ stop_bits

uart_stop_bits_t uart_config_t::stop_bits

◆ flow_ctrl

uart_hw_flowcontrol_t uart_config_t::flow_ctrl

◆ rx_flow_ctrl_thresh

uint8_t uart_config_t::rx_flow_ctrl_thresh

HW-RTS threshold (bytes)

◆ source_clk

uart_sclk_t uart_config_t::source_clk

informational

Generated from commit: vsfteam/vsf@015f4d1