Function esp_idf_sys::uart_disable_intr_mask
source ยท pub unsafe extern "C" fn uart_disable_intr_mask(
uart_num: uart_port_t,
disable_mask: u32,
) -> esp_err_t
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