Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h344 void uart_hal_set_wakeup_thrd(uart_hal_context_t *hal, uint32_t wakeup_thrd);
/hal_espressif-latest/components/hal/
Duart_hal.c91 void uart_hal_set_wakeup_thrd(uart_hal_context_t *hal, uint32_t wakeup_thrd) in uart_hal_set_wakeup_thrd() function
/hal_espressif-latest/components/driver/uart/
Duart.c1739 uart_hal_set_wakeup_thrd(&(uart_context[uart_num].hal), wakeup_threshold); in uart_set_wakeup_threshold()