Home
last modified time | relevance | path

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/
Dsensor_mcp9808.cpp19 #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/
Di2c_simple_main.c26 #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/
Dtest_i2c.c47 #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/
Dtest_i2c.cpp46 #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/
Di2c_example_main.c35 #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/
Di2c.rst77 .sda_io_num = I2C_MASTER_SDA_IO, // select GPIO specific to your project
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Di2c.rst77 .sda_io_num = I2C_MASTER_SDA_IO, // select GPIO specific to your project