Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h471 uint16_t uart_hal_get_max_rx_timeout_thrd(uart_hal_context_t *hal);
/hal_espressif-latest/components/hal/
Duart_hal.c163 uint16_t uart_hal_get_max_rx_timeout_thrd(uart_hal_context_t *hal) in uart_hal_get_max_rx_timeout_thrd() function
/hal_espressif-latest/components/driver/uart/
Duart.c1711 uint16_t tout_max_thresh = uart_hal_get_max_rx_timeout_thrd(&(uart_context[uart_num].hal)); in uart_set_rx_timeout()