Synopsis
CTL_STATUS_t ltc6904_init_i2c(LTC6904_OSCILLATOR_t *self,
                              CTL_I2C_BUS_t *bus,
                              int addr);
Description

ltc6904_init_i2c initializes the LTC6904 self on I2C bus bus using the 8-bit I2C address addr.

Return Value

ltc6904_init_i2c returns a standard status code.

Thread Safety

ltc6904_init_i2c is thread-safe if a mutex is associated with the I2C bus bus.