-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: I2Cpriority: lowLow impact/importance bugLow impact/importance bug
Description
Despite the fact that PR #9334 moved 10-bit addressing flag to struct i2c_msg - this allows to use 10-bit addressing on a per message basis - the only function that takes struct i2c_msg as a parameter is i2c_transfer. No other function e.g. i2c_write, i2c_reg_read_byte allows to use 10-bit addressing. As such 10-bit addressing is not really supported by the API.
Originally posted by @mnkp in #4040 (comment)
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: I2Cpriority: lowLow impact/importance bugLow impact/importance bug