I am writing a Wince 6 RTC driver for the TPS65910 part and am having difficulty understanding the I2C interface. Specifically, how do I select the register to be accessed prior to doing a read or write operation. Is there a control protocol for this purpose like in other TI parts? If so, what is it?
yep,
I2C is not described in device datasheet since it is a standard de facto...
have a look at the link http://www.i2c-bus.org/ for details...
Vincenzo