uart_set_rx_full_threshold() function
Set uart threshold value for RX fifo full
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1)
threshold
Threshold value above which RX fifo full interrupt is generated
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error - ESP_ERR_INVALID_STATE Driver is not installed
Notes
If application is using higher baudrate and it is observed that bytes in hardware RX fifo are overwritten then this threshold can be reduced