ESP-IDF + 0/3 examples
SourceVu will show references to i2c_master_bus_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
I2C port number, `-1` for auto selecting, (not include LP I2C instance).
GPIO number of I2C SDA signal, pulled-up internally.
GPIO number of I2C SCL signal, pulled-up internally.
uint8_t
If the glitch period on the line is less than this value, it can be filtered out, typically value is 7 (unit: I2C module clock cycle).
int
I2C interrupt priority, if set to 0, driver will select the default priority (1,2,3).
size_t
Depth of internal transfer queue, increase this value can support more transfers pending in the background, only valid in asynchronous transaction. (Typically max_device_num * per_transaction).
struct { uint32_t enable_internal_pullup: 1; uint32_t allow_pd: 1; }
I2C master config flags.

References

from examples