uart_reenable_intr_mask() function
Function re-enabling the given interrupts (mask) if and only if they have not been disabled by the user.
Arguments
uart_num
UART number to perform the operation on
enable_mask
Interrupts (flags) to be re-enabled
Return value
ESP_OK in success, ESP_FAIL if uart_num is incorrect