uart_flush_input() function
Clear input buffer, discard all the data is in the ring-buffer.
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1).
Return value
- ESP_OK Success - ESP_FAIL Parameter error
Notes
In order to send all the data in tx FIFO, we can use uart_wait_tx_done function.
Examples
uart_flush_input() is referenced by 7 libraries and example projects: