Home
last modified time | relevance | path

Searched refs:aref (Results 1 – 18 of 18) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/loudness/
Dloudness.cxx32 Loudness::Loudness(int pin, float aref) : in Loudness() argument
36 m_aref = aref; in Loudness()
Dloudness.h72 Loudness(int pin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/lm35/
Dlm35.cxx31 LM35::LM35(int pin, float aref) : in LM35() argument
35 m_aref = aref; in LM35()
Dlm35.h69 LM35(int pin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
Dmaxsonarez.cxx34 MAXSONAREZ::MAXSONAREZ(int pin, float aref) in MAXSONAREZ() argument
44 m_aref = aref; in MAXSONAREZ()
Dmaxsonarez.h79 MAXSONAREZ(int pin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/ad8232/
Dad8232.cxx32 AD8232::AD8232(int loPlus, int loMinus, int output, float aref) : in AD8232() argument
38 m_aref = aref; in AD8232()
Dad8232.h84 AD8232(int loPlus, int loMinus, int output, float aref=AD8232_DEFAULT_AREF);
/hardware/bsp/intel/peripheral/libupm/src/guvas12d/
Dguvas12d.cxx49 float GUVAS12D::value(float aref, unsigned int samples) in value() argument
62 float volts = (float)sum * aref / 1024.0; in value()
Dguvas12d.h72 float value(float aref, unsigned int samples);
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
Dgp2y0a.cxx52 float GP2Y0A::value(float aref, uint8_t samples) in value() argument
64 float volts = float(val) * aref / float(m_aRes); in value()
Dgp2y0a.h78 float value(float aref, uint8_t samples);
/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx39 MG811::MG811(int pin, int dpin, float aref) : in MG811() argument
43 m_aref = aref; in MG811()
Dmg811.h80 MG811(int pin, int dpin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/adxl335/
Dadxl335.cxx37 ADXL335::ADXL335(int pinX, int pinY, int pinZ, float aref) in ADXL335() argument
39 m_aref = aref; in ADXL335()
Dadxl335.h71 ADXL335(int pinX, int pinY, int pinZ, float aref=ADXL335_DEFAULT_AREF);
/hardware/bsp/intel/peripheral/libupm/src/otp538u/
Dotp538u.cxx37 OTP538U::OTP538U(int pinA, int pinO, float aref) in OTP538U() argument
44 m_aref = aref; in OTP538U()
Dotp538u.h80 OTP538U(int pinA, int pinO, float aref = 5.0);