Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/include/driver/
Duart.h832 esp_err_t uart_get_wakeup_threshold(uart_port_t uart_num, int* out_wakeup_threshold);
/hal_espressif-3.5.0/components/driver/
Duart.c1769 esp_err_t uart_get_wakeup_threshold(uart_port_t uart_num, int *out_wakeup_threshold) in uart_get_wakeup_threshold() argument
1772 …ESP_RETURN_ON_FALSE((out_wakeup_threshold != NULL), ESP_ERR_INVALID_ARG, UART_TAG, "argument is NU… in uart_get_wakeup_threshold()
1773 uart_hal_get_wakeup_thrd(&(uart_context[uart_num].hal), (uint32_t *)out_wakeup_threshold); in uart_get_wakeup_threshold()