OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUX_CHSCALE
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
tsl2561.h
64
#define
LUX_CHSCALE
(10) // Scale channel values by 2^10
tsl2561.cxx
136
scale = (1 <<
LUX_CHSCALE
);
146
channel0 = (rawLuxCh0 * scale) >>
LUX_CHSCALE
;
147
channel1 = (rawLuxCh1 * scale) >>
LUX_CHSCALE
;
Completed in 451 milliseconds