Home
last modified time | relevance | path

Searched refs:m_aRes (Results 1 – 10 of 10) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/loudness/
Dloudness.cxx35 m_aRes = m_aio.getBit(); in Loudness()
47 return(val * (m_aref / float(1 << m_aRes))); in loudness()
Dloudness.h92 int m_aRes; variable
/hardware/bsp/intel/peripheral/libupm/src/lm35/
Dlm35.cxx34 m_aRes = m_aio.getBit(); in LM35()
47 float temp = (float(val) * (m_aref / float(1 << m_aRes))) * 1000.0; in getTemperature()
Dlm35.h89 int m_aRes; variable
/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
Dmaxsonarez.cxx43 m_aRes = (1 << mraa_aio_get_bit(m_aio)); in MAXSONAREZ()
58 float volts = float(val) * (m_aref / m_aRes); in inches()
Dmaxsonarez.h97 int m_aRes; variable
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
Dgp2y0a.cxx44 m_aRes = (1 << mraa_aio_get_bit(m_aio)); in GP2Y0A()
64 float volts = float(val) * aref / float(m_aRes); in value()
Dgp2y0a.h83 int m_aRes; variable
/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx42 m_aRes = m_aio.getBit(); in MG811()
63 return(float(val) * (m_aref / float(1 << m_aRes))); in volts()
Dmg811.h139 int m_aRes; variable