Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
Dmpl3115a2.cpp78 float fPMin, fPMax, fTMin, fTMax; in testSensor() local
84 fPMin = fPMax = pressure; in testSensor()
93 if (pressure > fPMax) fPMax = pressure; in testSensor()
97 while(fPMin == fPMax && fTMin == fTMax && --iTries); in testSensor()
99 if (fPMin == fPMax && fTMin == fTMax) { in testSensor()