uart_set_tx_empty_threshold() function
Set uart threshold values for TX fifo empty
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1)
threshold
Threshold value below which TX fifo empty interrupt is generated
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error - ESP_ERR_INVALID_STATE Driver is not installed