Function esp_idf_sys::uart_set_stop_bits
source ยท pub unsafe extern "C" fn uart_set_stop_bits(
uart_num: uart_port_t,
stop_bits: uart_stop_bits_t,
) -> esp_err_t
Expand description
@brief Set UART stop bits.
@param uart_num UART port number, the max port number is (UART_NUM_MAX -1). @param stop_bits UART stop bits
@return - ESP_OK Success - ESP_FAIL Fail