/hardware/bsp/intel/peripheral/libupm/src/mlx90614/ |
D | mlx90614.cxx | 34 MLX90614::MLX90614 (int bus, int devAddr) : m_i2Ctx(bus) { in MLX90614() argument 37 m_i2cAddr = devAddr; in MLX90614()
|
D | mlx90614.h | 84 MLX90614 (int bus=0, int devAddr=0x5A);
|
/hardware/bsp/intel/peripheral/libupm/src/max44000/ |
D | max44000.cxx | 35 MAX44000::MAX44000 (int bus, int devAddr) : m_i2cMaxControlCtx(bus) { in MAX44000() argument 38 m_maxControlAddr = devAddr; in MAX44000()
|
D | max44000.h | 88 MAX44000 (int bus, int devAddr=ADDR);
|
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/ |
D | maxds3231m.cxx | 34 MAXDS3231M::MAXDS3231M (int bus, int devAddr) : m_i2Ctx(bus) { in MAXDS3231M() argument 37 m_i2cAddr = devAddr; in MAXDS3231M()
|
D | maxds3231m.h | 92 MAXDS3231M (int bus=0, int devAddr=0x68);
|
/hardware/bsp/intel/peripheral/libupm/src/htu21d/ |
D | htu21d.cpp | 35 HTU21D::HTU21D(int bus, int devAddr) : m_i2ControlCtx(bus) { in HTU21D() argument 41 m_controlAddr = devAddr; in HTU21D()
|
D | htu21d.h | 91 HTU21D (int bus, int devAddr=HTU21D_I2C_ADDRESS);
|
/hardware/bsp/intel/peripheral/libupm/src/mma7455/ |
D | mma7455.cxx | 38 MMA7455::MMA7455 (int bus, int devAddr) : m_i2ControlCtx(bus) { in MMA7455() argument 44 m_controlAddr = devAddr; in MMA7455()
|
D | mma7455.h | 180 MMA7455 (int bus=0, int devAddr=0x1D);
|
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/ |
D | tsl2561.cxx | 38 TSL2561::TSL2561(int bus, uint8_t devAddr, uint8_t gain, uint8_t integrationTime) in TSL2561() argument 41 m_controlAddr = devAddr; in TSL2561()
|
D | tsl2561.h | 128 …TSL2561(int bus=0, uint8_t devAddr=TSL2561_Address, uint8_t gain=GAIN_0X, uint8_t integrationTime=…
|
/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/ |
D | bmpx8x.cxx | 35 BMPX8X::BMPX8X (int bus, int devAddr, uint8_t mode) : m_controlAddr(devAddr), m_i2ControlCtx(bus) { in BMPX8X() argument
|
D | bmpx8x.h | 100 BMPX8X (int bus, int devAddr=0x77, uint8_t mode=BMP085_ULTRAHIGHRES);
|
/hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/ |
D | mpl3115a2.cpp | 39 MPL3115A2::MPL3115A2 (int bus, int devAddr, uint8_t mode) : m_i2ControlCtx(bus) in MPL3115A2() argument 45 m_controlAddr = devAddr; in MPL3115A2()
|
D | mpl3115a2.h | 91 MPL3115A2(int bus, int devAddr=MPL3115A2_I2C_ADDRESS, uint8_t mode=6);
|
/hardware/bsp/intel/peripheral/libupm/src/am2315/ |
D | am2315.h | 89 AM2315 (int bus, int devAddr=AM2315_I2C_ADDRESS);
|
D | am2315.cpp | 39 AM2315::AM2315(int bus, int devAddr) { in AM2315() argument 46 m_controlAddr = devAddr; in AM2315()
|