Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/uart/
Duart.c1744 esp_err_t uart_get_wakeup_threshold(uart_port_t uart_num, int *out_wakeup_threshold) in uart_get_wakeup_threshold() argument
1747 …ESP_RETURN_ON_FALSE((out_wakeup_threshold != NULL), ESP_ERR_INVALID_ARG, UART_TAG, "argument is NU… in uart_get_wakeup_threshold()
1748 uart_hal_get_wakeup_thrd(&(uart_context[uart_num].hal), (uint32_t *)out_wakeup_threshold); in uart_get_wakeup_threshold()