pub unsafe extern "C" fn uart_disable_intr_mask(
    uart_num: i32,
    disable_mask: u32
) -> i32
Expand description

@brief Clear UART interrupt enable bits

@param uart_num UART port number, the max port number is (UART_NUM_MAX -1). @param disable_mask Bit mask of the disable bits.

@return - ESP_OK Success - ESP_FAIL Parameter error