Home
last modified time | relevance | path

Searched refs:rx_thresh_xoff (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/driver/uart/
Duart.c303 …et_sw_flow_ctrl(uart_port_t uart_num, bool enable, uint8_t rx_thresh_xon, uint8_t rx_thresh_xoff) in uart_set_sw_flow_ctrl() argument
307 …ESP_RETURN_ON_FALSE((rx_thresh_xoff < SOC_UART_FIFO_LEN), ESP_FAIL, UART_TAG, "rx flow xoff thresh… in uart_set_sw_flow_ctrl()
312 .xoff_thrd = rx_thresh_xoff, in uart_set_sw_flow_ctrl()