[][src]Function esp_idf_sys::i2c_cmd_link_create

pub unsafe extern "C" fn i2c_cmd_link_create() -> i2c_cmd_handle_t

@brief Create and init I2C command link @note Before we build I2C command link, we need to call i2c_cmd_link_create() to create a command link. After we finish sending the commands, we need to call i2c_cmd_link_delete() to release and return the resources.

@return i2c command link handler