Searched refs:TSL2591_MAX_ADC (Results 1 – 2 of 2) sorted by relevance
109 #define TSL2591_MAX_ADC 65535 macro
121 uint16_t max_count = data->atime == 100 ? TSL2591_MAX_ADC_100 : TSL2591_MAX_ADC; in tsl2591_sample_fetch()199 if (raw > TSL2591_MAX_ADC) { in tsl2591_set_threshold()