HomeSort by relevance Sort by last modified time
    Searched refs:m_aref (Results 1 - 14 of 14) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
maxsonarez.cxx 44 m_aref = aref;
47 m_vI = (m_aref / MAXSONAREZ_RES);
58 float volts = float(val) * (m_aref / m_aRes);
maxsonarez.h 95 float m_aref; member in class:upm::MAXSONAREZ
  /hardware/bsp/intel/peripheral/libupm/src/lm35/
lm35.cxx 35 m_aref = aref;
47 float temp = (float(val) * (m_aref / float(1 << m_aRes))) * 1000.0;
lm35.h 87 float m_aref; member in class:upm::LM35
  /hardware/bsp/intel/peripheral/libupm/src/loudness/
loudness.cxx 36 m_aref = aref;
47 return(val * (m_aref / float(1 << m_aRes)));
loudness.h 90 float m_aref; member in class:upm::Loudness
  /hardware/bsp/intel/peripheral/libupm/src/adxl335/
adxl335.cxx 39 m_aref = aref;
95 xVolts = float(x) * m_aref / 1024.0;
96 yVolts = float(y) * m_aref / 1024.0;
97 zVolts = float(z) * m_aref / 1024.0;
122 setZeroX(float(x) * m_aref / 1024.0);
123 setZeroY(float(y) * m_aref / 1024.0);
124 setZeroZ(float(z) * m_aref / 1024.0);
adxl335.h 145 float m_aref; member in class:upm::ADXL335
  /hardware/bsp/intel/peripheral/libupm/src/mg811/
mg811.cxx 43 m_aref = aref;
63 return(float(val) * (m_aref / float(1 << m_aRes)));
mg811.h 142 float m_aref; member in class:upm::MG811
  /hardware/bsp/intel/peripheral/libupm/src/ad8232/
ad8232.cxx 38 m_aref = aref;
ad8232.h 104 float m_aref; member in class:upm::AD8232
  /hardware/bsp/intel/peripheral/libupm/src/otp538u/
otp538u.h 145 float m_aref; member in class:upm::OTP538U
otp538u.cxx 44 m_aref = aref;
100 temp = temp * m_aref / m_adcResolution;
162 float temp1 = temp * m_aref / m_adcResolution;

Completed in 187 milliseconds