pub unsafe extern "C" fn uart_disable_rx_intr(uart_num: i32) -> i32
Expand description

@brief Disable UART RX interrupt (RX_FULL & RX_TIMEOUT INTERRUPT)

@param uart_num UART port number, the max port number is (UART_NUM_MAX -1).

@return - ESP_OK Success - ESP_FAIL Parameter error