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

/hardware/bsp/intel/peripheral/libupm/src/lm35/
H A Dlm35.cxx31 LM35::LM35(int pin, float aref) : argument
35 m_aref = aref;
H A Dlm35.h67 * @param aref Analog reference voltage; default is 5.0 V
69 LM35(int pin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/loudness/
H A Dloudness.cxx32 Loudness::Loudness(int pin, float aref) : argument
36 m_aref = aref;
H A Dloudness.h70 * @param aref Analog reference voltage; default is 5.0 V
72 Loudness(int pin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/guvas12d/
H A Dguvas12d.h68 * @param aref Reference voltage in use (usually 5.0 V or 3.3 V)
72 float value(float aref, unsigned int samples);
H A Dguvas12d.cxx49 float GUVAS12D::value(float aref, unsigned int samples) argument
62 float volts = (float)sum * aref / 1024.0;
/hardware/bsp/intel/peripheral/libupm/src/ad8232/
H A Dad8232.cxx32 AD8232::AD8232(int loPlus, int loMinus, int output, float aref) : argument
38 m_aref = aref;
H A Dad8232.h84 AD8232(int loPlus, int loMinus, int output, float aref=AD8232_DEFAULT_AREF);
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
H A Dmaxsonarez.cxx34 MAXSONAREZ::MAXSONAREZ(int pin, float aref) argument
44 m_aref = aref;
H A Dmaxsonarez.h77 * @param aref Analog reference voltage; default is 5.0 V
79 MAXSONAREZ(int pin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
H A Dgp2y0a.cxx52 float GP2Y0A::value(float aref, uint8_t samples) argument
64 float volts = float(val) * aref / float(m_aRes);
H A Dgp2y0a.h74 * @param aref Reference voltage in use (usually 5.0V or 3.3V)
78 float value(float aref, uint8_t samples);
/hardware/bsp/intel/peripheral/libupm/src/mg811/
H A Dmg811.cxx39 MG811::MG811(int pin, int dpin, float aref) : argument
43 m_aref = aref;
H A Dmg811.h78 * @param aref Analog reference voltage; default is 5.0 V
80 MG811(int pin, int dpin, float aref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/otp538u/
H A Dotp538u.h78 * @param aref Analog reference voltage; default is 5.0 V
80 OTP538U(int pinA, int pinO, float aref = 5.0);
H A Dotp538u.cxx37 OTP538U::OTP538U(int pinA, int pinO, float aref) argument
44 m_aref = aref;
55 // with a default aref of 5.0.
/hardware/bsp/intel/peripheral/libupm/src/adxl335/
H A Dadxl335.h69 * @param aref Analog reference voltage; default is 5.0v
71 ADXL335(int pinX, int pinY, int pinZ, float aref=ADXL335_DEFAULT_AREF);
H A Dadxl335.cxx37 ADXL335::ADXL335(int pinX, int pinY, int pinZ, float aref) argument
39 m_aref = aref;

Completed in 802 milliseconds