Function esp_idf_svc::sys::i2c_del_master_bus

source ยท
pub unsafe extern "C" fn i2c_del_master_bus(
    bus_handle: *mut i2c_master_bus_t,
) -> i32
Expand description

@brief Deinitialize the I2C master bus and delete the handle.

@param[in] bus_handle I2C bus handle. @return - ESP_OK: Delete I2C bus success, otherwise, failed. - Otherwise: Some module delete failed.