[][src]Function esp_idf_sys::i2c_cmd_link_delete

pub unsafe extern "C" fn i2c_cmd_link_delete(cmd_handle: i2c_cmd_handle_t)

@brief Free 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.

@param cmd_handle I2C command handle