Hi,
we have 2 queries regarding i2c speed mode
1. what is difference between I2C_ADDR_10_BITS and I2C_MSG_ADDR_10_BITS in i2c.h (SDK Path: nCS\v1.8.0\zephyr\include\drivers, file attached)
2. Our slave device is having 7bit address, we couldn't find any specific configuration for 7-bit address in zephyr driver i2c.h instead we used I2C_ADDR_10_BITS only for a slave having 7-bit address, please confirm is it a right way of using I2C_ADDR_10_BITS configuration for slave device having 7-bit address.
Thank you,