[][src]Function esp_idf_sys::i2c_master_stop

pub unsafe extern "C" fn i2c_master_stop(
    cmd_handle: i2c_cmd_handle_t
) -> esp_err_t

@brief Queue command for I2C master to generate a stop signal @note Only call this function in I2C master mode Call i2c_master_cmd_begin() to send all queued commands

@param cmd_handle I2C cmd link

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error