esp_idf_hal::sys

Function i2c_master_bus_rm_device

Source
pub unsafe extern "C" fn i2c_master_bus_rm_device(
    handle: *mut i2c_master_dev_t,
) -> i32
Expand description

@brief I2C master bus delete device

@param handle i2c device handle @return - ESP_OK: If device is successfully deleted.