I am new to this field. I saw an example of read and write 8-bit register using I2C. How to read and write a 16-bit address register?
Example: the register address is 0x0158, how to use I2CMaster_Read to read the value
Example: the register address is 0x0158, and I want to write 0x01 to this register. How to use I2CMaster_Write to change the value.