Searched refs:TSL2561_CH_SCALE (Results 1 – 1 of 1) sorted by relevance
60 #define TSL2561_CH_SCALE 10U macro194 channel0 = (data->ch0 * data->ch_scale) >> TSL2561_CH_SCALE; in tsl2561_channel_get()195 channel1 = (data->ch1 * data->ch_scale) >> TSL2561_CH_SCALE; in tsl2561_channel_get()284 data->ch_scale = (1 << TSL2561_CH_SCALE); in tsl2561_sensor_setup()