Searched refs:I2C_MASTER_SDA_IO (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/examples/cxx/experimental/sensor_mcp9808/main/ |
D | sensor_mcp9808.cpp | 19 #define I2C_MASTER_SDA_IO 18 /*!< gpio number for I2C master data */ macro 44 …ptr<I2CMaster> master(new I2CMaster(I2C_MASTER_NUM, I2C_MASTER_SCL_IO, I2C_MASTER_SDA_IO, 400000)); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_simple/main/ |
D | i2c_simple_main.c | 26 #define I2C_MASTER_SDA_IO CONFIG_I2C_MASTER_SDA /*!< GPIO number used for I2C master… macro 69 .sda_io_num = I2C_MASTER_SDA_IO, in i2c_master_init()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_i2c.c | 47 #define I2C_MASTER_SDA_IO 6 /*!<gpio number for i2c master data */ macro 50 #define I2C_MASTER_SDA_IO 1 /*!<gpio number for i2c master data */ macro 53 #define I2C_MASTER_SDA_IO 18 /*!< gpio number for I2C master data */ macro 102 .sda_io_num = I2C_MASTER_SDA_IO, in i2c_master_init() 631 .sda_io_num = I2C_MASTER_SDA_IO, 706 .sda_io_num = I2C_MASTER_SDA_IO,
|
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/ |
D | test_i2c.cpp | 46 #define I2C_MASTER_SDA_IO 6 /*!<gpio number for i2c master data */ macro 50 #define I2C_MASTER_SDA_IO 18 /*!< gpio number for I2C master data */ macro 55 master(new I2CMaster(I2C_MASTER_NUM, I2C_MASTER_SCL_IO, I2C_MASTER_SDA_IO, 400000)),
|
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_self_test/main/ |
D | i2c_example_main.c | 35 #define I2C_MASTER_SDA_IO CONFIG_I2C_MASTER_SDA /*!< gpio number for I2C master data … macro 151 .sda_io_num = I2C_MASTER_SDA_IO, in i2c_master_init()
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/ |
D | i2c.rst | 77 .sda_io_num = I2C_MASTER_SDA_IO, // select GPIO specific to your project
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | i2c.rst | 77 .sda_io_num = I2C_MASTER_SDA_IO, // select GPIO specific to your project
|