Home
last modified time | relevance | path

Searched refs:m_adcResolution (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/otp538u/
Dotp538u.cxx56 m_adcResolution = 4096; in OTP538U()
100 temp = temp * m_aref / m_adcResolution; in ambientTemperature()
162 float temp1 = temp * m_aref / m_adcResolution; in objectTemperature()
Dotp538u.h148 int m_adcResolution; variable