Searched refs:m_aref (Results 1 – 14 of 14) sorted by relevance
39 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()
145 float m_aref; variable
44 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()
95 float m_aref; variable
36 m_aref = aref; in Loudness()47 return(val * (m_aref / float(1 << m_aRes))); in loudness()
90 float m_aref;
35 m_aref = aref; in LM35()47 float temp = (float(val) * (m_aref / float(1 << m_aRes))) * 1000.0; in getTemperature()
87 float m_aref;
43 m_aref = aref; in MG811()63 return(float(val) * (m_aref / float(1 << m_aRes))); in volts()
142 float m_aref;
44 m_aref = aref; in OTP538U()100 temp = temp * m_aref / m_adcResolution; in ambientTemperature()162 float temp1 = temp * m_aref / m_adcResolution; in objectTemperature()
104 float m_aref; variable
38 m_aref = aref; in AD8232()