Function esp_idf_sys::i2c_del_master_bus

source ยท
pub unsafe extern "C" fn i2c_del_master_bus(
    bus_handle: i2c_master_bus_handle_t,
) -> esp_err_t
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.