[][src]Function esp_idf_sys::uart_enable_intr_mask

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

@brief Set UART interrupt enable

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

@return - ESP_OK Success - ESP_FAIL Parameter error