Searched refs:out_wakeup_threshold (Results 1 – 2 of 2) sorted by relevance
832 esp_err_t uart_get_wakeup_threshold(uart_port_t uart_num, int* out_wakeup_threshold);
1769 esp_err_t uart_get_wakeup_threshold(uart_port_t uart_num, int *out_wakeup_threshold) in uart_get_wakeup_threshold() argument1772 …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()