Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/include/driver/
Duart.h767 esp_err_t uart_set_rx_timeout(uart_port_t uart_num, const uint8_t tout_thresh);
/hal_espressif-3.5.0/components/driver/
Duart.c1732 esp_err_t uart_set_rx_timeout(uart_port_t uart_num, const uint8_t tout_thresh) in uart_set_rx_timeout() argument
1737 if (tout_thresh > tout_max_thresh) { in uart_set_rx_timeout()
1738 ESP_LOGE(UART_TAG, "tout_thresh = %d > maximum value = %d", tout_thresh, tout_max_thresh); in uart_set_rx_timeout()
1742 uart_hal_set_rx_timeout(&(uart_context[uart_num].hal), tout_thresh); in uart_set_rx_timeout()