Home
last modified time | relevance | path

Searched full:als (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Davago,apds9306.yaml24 ALS Gain range.
38 ALS Resolution / Bit width.
53 ALS Measurement Rate in milliseconds.
Dvishay,vcnl4040.yaml17 for ALS and PS with upper and lower thresholds has been
73 als-it:
77 description: ALS integration time in ms
/Zephyr-latest/include/zephyr/drivers/sensor/
Dveml7700.h62 * @brief VEML7700 ALS interrupt persistence protect number options.
90 * @brief Gain setting for ALS measurements (ALS_GAIN).
96 * @brief Integration time setting for ALS measurements (ALS_IT).
102 * @brief Enable or disable use of ALS interrupt
125 * @brief Channel for raw ALS sensor values.
128 * sensors ALS register. It is useful for estimating the high/low
148 * @brief This channel is used to query the ALS interrupt state (ALS_INT).
151 * to enable the ALS interrupt mode using the
Dtsl2591.h44 /* Sensor ALS Interrupt Persist Filter
50 * Setting this to 0 causes an interrupt to generate every ALS cycle,
Dtsl2540.h27 /* Sensor ALS interrupt persistence filters */
/Zephyr-latest/drivers/sensor/apds9960/
DKconfig39 Enable Ambient Light Sense (ALS).
60 prompt "ALS and Color Gain"
Dapds9960.c11 * @brief driver for APDS9960 ALS/RGB/gesture/proximity sensor
237 /* ALS Gain */ in apds9960_ambient_setup()
250 LOG_ERR("ALS low threshold not set"); in apds9960_ambient_setup()
258 LOG_ERR("ALS low threshold not set"); in apds9960_ambient_setup()
262 /* Enable ALS */ in apds9960_ambient_setup()
266 LOG_ERR("ALS is not enabled"); in apds9960_ambient_setup()
Dapds9960.h58 /* ALS Gain (AGAIN) values */
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/
Dvcnl4040.c132 /* Set ALS integration time */ in vcnl4040_reg_setup()
134 /* Clear ALS shutdown */ in vcnl4040_reg_setup()
157 LOG_WRN("Cannot set ALS sensitivity from ALS_IT=%d", in vcnl4040_reg_setup()
214 /* Clear als shutdown */ in vcnl4040_pm_action()
234 /* Clear als shutdown bit 0 */ in vcnl4040_pm_action()
DKconfig19 Enable Ambient Light Sense (ALS).
Dvcnl4040_trigger.c221 /* ALS interrupt enable */ in vcnl4040_trigger_set()
/Zephyr-latest/samples/sensor/vcnl4040/boards/
Dadafruit_feather_stm32f405.overlay16 als-it = <640>;
/Zephyr-latest/drivers/sensor/ams/tsl2591/
Dtsl2591.c65 /* Check if ALS has completed an integration cycle since AEN asserted. in tsl2591_sample_fetch()
75 LOG_ERR("Failed to disable ALS"); in tsl2591_sample_fetch()
81 LOG_ERR("Failed to re-enable ALS"); in tsl2591_sample_fetch()
90 LOG_ERR("Failed to read ALS data"); in tsl2591_sample_fetch()
100 LOG_ERR("Failed to read ALS visible light data"); in tsl2591_sample_fetch()
109 LOG_ERR("Failed to read ALS infrared data"); in tsl2591_sample_fetch()
/Zephyr-latest/subsys/sensing/
DKconfig43 some sensors such as ALS sensor could define different sensitivity for each data filed,
/Zephyr-latest/drivers/sensor/apds9306/
Dapds9306.c111 LOG_ERR("Failed to read ALS status!"); in apds9306_worker()
121 LOG_ERR("Can not disable ALS!"); in apds9306_worker()
220 LOG_ERR("Can not enable ALS!"); in apds9306_sample_fetch()
/Zephyr-latest/samples/sensor/vcnl4040/src/
Dmain.c37 printf("ALS read error.\n"); in print_als_data()
/Zephyr-latest/drivers/sensor/vishay/veml7700/
Dveml7700.c46 * ALS integration time setting values.
253 LOG_DBG("Writing ALS configuration: 0x%04x", param); in veml7700_write_als_conf()
316 LOG_DBG("Read ALS measurement: counts=%d, lux=%d", data->als_counts, data->als_lux); in veml7700_fetch_als()
/Zephyr-latest/drivers/sensor/apds9253/
Dapds9253.c11 * @brief driver for APDS9253 ALS/RGB/
/Zephyr-latest/boards/m5stack/m5stack_cores3/doc/
Dindex.rst26 - Proximity sensor LTR-553ALS-WA (Not available for CoreS3 SE)
/Zephyr-latest/drivers/sensor/ams/tsl2540/
Dtsl2540.c281 /* Set ALS integration time */ in tsl2540_setup()
/Zephyr-latest/boards/96boards/neonkey/doc/
Dindex.rst36 - ALS/Proximity: RPR-0521RS
/Zephyr-latest/boards/96boards/argonkey/doc/
Dindex.rst36 - ALS: Intersil ISL29034
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst304 …* Added LED current, proximity pulse length, ALS, and proximity gain configurations to APDS9960 dr…