uart_sw_flowctrl_t struct
UART software flow control configuration parameters
Fields
If the software flow control is enabled and the data amount in rxfifo is less than xon_thrd, an xon_char will be sent.
If the software flow control is enabled and the data amount in rxfifo is more than xoff_thrd, an xoff_char will be sent.