Home
last modified time | relevance | path

Searched refs:m_aref (Results 1 – 14 of 14) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/adxl335/
Dadxl335.cxx39 m_aref = aref; in ADXL335()
95 xVolts = float(x) * m_aref / 1024.0; in acceleration()
96 yVolts = float(y) * m_aref / 1024.0; in acceleration()
97 zVolts = float(z) * m_aref / 1024.0; in acceleration()
122 setZeroX(float(x) * m_aref / 1024.0); in calibrate()
123 setZeroY(float(y) * m_aref / 1024.0); in calibrate()
124 setZeroZ(float(z) * m_aref / 1024.0); in calibrate()
Dadxl335.h145 float m_aref; variable
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
Dmaxsonarez.cxx44 m_aref = aref; in MAXSONAREZ()
47 m_vI = (m_aref / MAXSONAREZ_RES); in MAXSONAREZ()
58 float volts = float(val) * (m_aref / m_aRes); in inches()
Dmaxsonarez.h95 float m_aref; variable
/hardware/bsp/intel/peripheral/libupm/src/loudness/
Dloudness.cxx36 m_aref = aref; in Loudness()
47 return(val * (m_aref / float(1 << m_aRes))); in loudness()
Dloudness.h90 float m_aref;
/hardware/bsp/intel/peripheral/libupm/src/lm35/
Dlm35.cxx35 m_aref = aref; in LM35()
47 float temp = (float(val) * (m_aref / float(1 << m_aRes))) * 1000.0; in getTemperature()
Dlm35.h87 float m_aref;
/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx43 m_aref = aref; in MG811()
63 return(float(val) * (m_aref / float(1 << m_aRes))); in volts()
Dmg811.h142 float m_aref;
/hardware/bsp/intel/peripheral/libupm/src/otp538u/
Dotp538u.cxx44 m_aref = aref; in OTP538U()
100 temp = temp * m_aref / m_adcResolution; in ambientTemperature()
162 float temp1 = temp * m_aref / m_adcResolution; in objectTemperature()
Dotp538u.h145 float m_aref; variable
/hardware/bsp/intel/peripheral/libupm/src/ad8232/
Dad8232.h104 float m_aref; variable
Dad8232.cxx38 m_aref = aref; in AD8232()