Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
Dtsl2561.cxx151 unsigned long ratio1 = 0; in getLux() local
152 if (channel0 != 0) ratio1 = (channel1 << (LUX_RATIOSCALE+1)) / channel0; in getLux()
155 unsigned long ratio = (ratio1 + 1) >> 1; in getLux()