ESP-IDF + 0/2 examples
SourceVu will show references to i2c_device_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Select the address length of the slave device.
uint16_t
I2C device raw address. (The 7/10 bit address without read/write bit).
uint32_t
I2C SCL line frequency.
uint32_t
Timeout value. (unit: us). Please note this value should not be so small that it can handle stretch/disturbance properly. If 0 is set, that means use the default reg value.
struct { uint32_t disable_ack_check: 1; }
I2C device config flags.

References

from examples