Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/vishay/veml7700/
Dveml7700.c69 static const float veml7700_resolution[VEML7700_ALS_GAIN_ELEM_COUNT][VEML7700_ALS_IT_ELEM_COUNT] = { variable
154 *lux = counts * veml7700_resolution[data->gain][data->it]; in veml7700_counts_to_lux()
164 *counts = lux / veml7700_resolution[data->gain][data->it]; in veml7700_lux_to_counts()