Searched refs:rx_thresh_xon (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | uart.h | 261 …esp_err_t uart_set_sw_flow_ctrl(uart_port_t uart_num, bool enable, uint8_t rx_thresh_xon, uint8_…
|
/hal_espressif-3.5.0/components/driver/ |
D | uart.c | 313 esp_err_t uart_set_sw_flow_ctrl(uart_port_t uart_num, bool enable, uint8_t rx_thresh_xon, uint8_t… in uart_set_sw_flow_ctrl() argument 316 …ESP_RETURN_ON_FALSE((rx_thresh_xon < SOC_UART_FIFO_LEN), ESP_FAIL, UART_TAG, "rx flow xon thresh e… in uart_set_sw_flow_ctrl() 321 .xon_thrd = rx_thresh_xon, in uart_set_sw_flow_ctrl()
|