Synopsis
PLATFORM_PRIVATE_I2C_METHODS_t platform_private_software_i2c_methods;
Description

platform_private_software_i2c_methods is a set of methods to drive an I2C bus using software. If you use the Platform I2C framework, you can set the methods member of an I2C bus in the PLATFORM_PRIVATE_I2C_CONFIGURATION_t to platform_private_software_i2c_methods and the Platform I2C framework will supervise the software I2C bus.

Return Value

platform_private_software_i2c_methods returns a standard status code.