Searched defs:veml7700_data (Results 1 – 1 of 1) sorted by relevance
82 struct veml7700_data { struct83 uint8_t shut_down;84 enum veml7700_als_gain gain;85 enum veml7700_als_it it;86 enum veml7700_int_mode int_mode;87 uint16_t thresh_high;88 uint16_t thresh_low;89 uint16_t als_counts;90 uint32_t als_lux;114 static void veml7700_sleep_by_integration_time(const struct veml7700_data *data) in veml7700_sleep_by_integration_time() argument