Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h480 #define uart_hal_get_rx_tout_thr(hal) uart_ll_get_rx_tout_thr((hal)->dev) macro
/hal_espressif-latest/components/driver/uart/
Duart.c1768 uint16_t rx_tout = uart_hal_get_rx_tout_thr(&(uart_context[uart_num].hal)); in uart_set_always_rx_timeout()