Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
Dtsl2561.cxx143 uint64_t channel1 = 0; in getLux() local
147 channel1 = (rawLuxCh1 * 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()