Represents an I2C instance handle.
Forward declaration of I2C handle type.
Contains configuration, buffers, state, and callbacks.
Warnings
This structure is defined in the public header for driver implementation purposes only. Applications must NOT access, modify, or rely upon any members of this structure directly. Use only the provided API functions to interact with I2C handles.
Note
Usage of
follower_addressdepends on the operating mode: Leader Mode : Used to specify the address of the follower device. Follower Mode : Used to set the I2C device's own (self) address.