/hardware/bsp/intel/peripheral/libupm/src/loudness/ |
D | loudness.cxx | 32 Loudness::Loudness(int pin, float aref) : in Loudness() argument 36 m_aref = aref; in Loudness()
|
D | loudness.h | 72 Loudness(int pin, float aref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/lm35/ |
D | lm35.cxx | 31 LM35::LM35(int pin, float aref) : in LM35() argument 35 m_aref = aref; in LM35()
|
D | lm35.h | 69 LM35(int pin, float aref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/ |
D | maxsonarez.cxx | 34 MAXSONAREZ::MAXSONAREZ(int pin, float aref) in MAXSONAREZ() argument 44 m_aref = aref; in MAXSONAREZ()
|
D | maxsonarez.h | 79 MAXSONAREZ(int pin, float aref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/ad8232/ |
D | ad8232.cxx | 32 AD8232::AD8232(int loPlus, int loMinus, int output, float aref) : in AD8232() argument 38 m_aref = aref; in AD8232()
|
D | ad8232.h | 84 AD8232(int loPlus, int loMinus, int output, float aref=AD8232_DEFAULT_AREF);
|
/hardware/bsp/intel/peripheral/libupm/src/guvas12d/ |
D | guvas12d.cxx | 49 float GUVAS12D::value(float aref, unsigned int samples) in value() argument 62 float volts = (float)sum * aref / 1024.0; in value()
|
D | guvas12d.h | 72 float value(float aref, unsigned int samples);
|
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/ |
D | gp2y0a.cxx | 52 float GP2Y0A::value(float aref, uint8_t samples) in value() argument 64 float volts = float(val) * aref / float(m_aRes); in value()
|
D | gp2y0a.h | 78 float value(float aref, uint8_t samples);
|
/hardware/bsp/intel/peripheral/libupm/src/mg811/ |
D | mg811.cxx | 39 MG811::MG811(int pin, int dpin, float aref) : in MG811() argument 43 m_aref = aref; in MG811()
|
D | mg811.h | 80 MG811(int pin, int dpin, float aref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/adxl335/ |
D | adxl335.cxx | 37 ADXL335::ADXL335(int pinX, int pinY, int pinZ, float aref) in ADXL335() argument 39 m_aref = aref; in ADXL335()
|
D | adxl335.h | 71 ADXL335(int pinX, int pinY, int pinZ, float aref=ADXL335_DEFAULT_AREF);
|
/hardware/bsp/intel/peripheral/libupm/src/otp538u/ |
D | otp538u.cxx | 37 OTP538U::OTP538U(int pinA, int pinO, float aref) in OTP538U() argument 44 m_aref = aref; in OTP538U()
|
D | otp538u.h | 80 OTP538U(int pinA, int pinO, float aref = 5.0);
|