Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
Dtsl2561.cxx144 uint64_t channel0 = 0; in getLux() local
146 channel0 = (rawLuxCh0 * scale) >> LUX_CHSCALE; in getLux()
152 if (channel0 != 0) ratio1 = (channel1 << (LUX_RATIOSCALE+1)) / channel0; in getLux()
179 tempLux = ((channel0 * b) - (channel1 * m)); in getLux()