[][src]Function esp_idf_sys::uart_disable_intr_mask

pub unsafe extern "C" fn uart_disable_intr_mask(
    uart_num: uart_port_t,
    disable_mask: u32
) -> esp_err_t

@brief Clear UART interrupt enable bits

@param uart_num UART_NUM_0, UART_NUM_1 or UART_NUM_2 @param disable_mask Bit mask of the disable bits. The bit mask should be composed from the fields of register UART_INT_ENA_REG.

@return - ESP_OK Success - ESP_FAIL Parameter error