Home
last modified time | relevance | path

Searched defs:master (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/cxx/experimental/sensor_mcp9808/main/
Dsensor_mcp9808.cpp44 …shared_ptr<I2CMaster> master(new I2CMaster(I2C_MASTER_NUM, I2C_MASTER_SCL_IO, I2C_MASTER_SDA_IO, 4… in app_main() local
/hal_espressif-3.6.0/components/driver/include/driver/
Di2c.h78 } master; /*!< I2C master config */ member
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_i2c.cpp58 std::shared_ptr<I2CMaster> master; member