Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h374 void uart_hal_get_wakeup_thrd(uart_hal_context_t *hal, uint32_t *wakeup_thrd);
/hal_espressif-latest/components/hal/
Duart_hal.c96 void uart_hal_get_wakeup_thrd(uart_hal_context_t *hal, uint32_t *wakeup_thrd) in uart_hal_get_wakeup_thrd() function
/hal_espressif-latest/components/driver/uart/
Duart.c1748 uart_hal_get_wakeup_thrd(&(uart_context[uart_num].hal), (uint32_t *)out_wakeup_threshold); in uart_get_wakeup_threshold()