pub unsafe extern "C" fn uart_clear_intr_status(
    uart_num: uart_port_t,
    clr_mask: u32
) -> esp_err_t
Expand description

@brief Clear UART interrupt status

@param uart_num UART port number, the max port number is (UART_NUM_MAX -1). @param clr_mask Bit mask of the interrupt status to be cleared.

@return - ESP_OK Success - ESP_FAIL Parameter error