Lines Matching defs:lux
452 uint32_t lux;
463 error = tsllux_get_lux(sc, &lux, NULL, NULL);
470 edata->value_cur = lux;
679 * @mainpage Adafruit TSL2561 Light/Lux sensor driver
711 * added luxlux on sensor saturation)
841 * Lux factors (the datasheet explains how these magic constants
933 uint32_t channel0, channel1, scale, ratio, lux = 0;
945 * Caller doesn't want the calculated Lux value, so
972 lux = 65536;
1028 /* Do not allow negative Lux value. */
1036 lux = temp >> TSL2561_LUX_LUXSCALE;
1041 *luxp = lux;