Searched refs:wakeup_threshold (Results 1 – 1 of 1) sorted by relevance
1733 esp_err_t uart_set_wakeup_threshold(uart_port_t uart_num, int wakeup_threshold) in uart_set_wakeup_threshold() argument1736 …ESP_RETURN_ON_FALSE((wakeup_threshold <= UART_ACTIVE_THRESHOLD_V && wakeup_threshold > UART_MIN_WA… in uart_set_wakeup_threshold()1739 uart_hal_set_wakeup_thrd(&(uart_context[uart_num].hal), wakeup_threshold); in uart_set_wakeup_threshold()