Searched full:als (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/dts/bindings/sensor/ |
D | avago,apds9306.yaml | 24 ALS Gain range. 38 ALS Resolution / Bit width. 53 ALS Measurement Rate in milliseconds.
|
D | vishay,vcnl4040.yaml | 17 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/ |
D | veml7700.h | 62 * @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
|
D | tsl2591.h | 44 /* Sensor ALS Interrupt Persist Filter 50 * Setting this to 0 causes an interrupt to generate every ALS cycle,
|
D | tsl2540.h | 27 /* Sensor ALS interrupt persistence filters */
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | Kconfig | 39 Enable Ambient Light Sense (ALS). 60 prompt "ALS and Color Gain"
|
D | apds9960.c | 11 * @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()
|
D | apds9960.h | 58 /* ALS Gain (AGAIN) values */
|
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/ |
D | vcnl4040.c | 132 /* 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()
|
D | Kconfig | 19 Enable Ambient Light Sense (ALS).
|
D | vcnl4040_trigger.c | 221 /* ALS interrupt enable */ in vcnl4040_trigger_set()
|
/Zephyr-latest/samples/sensor/vcnl4040/boards/ |
D | adafruit_feather_stm32f405.overlay | 16 als-it = <640>;
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.c | 65 /* 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/ |
D | Kconfig | 43 some sensors such as ALS sensor could define different sensitivity for each data filed,
|
/Zephyr-latest/drivers/sensor/apds9306/ |
D | apds9306.c | 111 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/ |
D | main.c | 37 printf("ALS read error.\n"); in print_als_data()
|
/Zephyr-latest/drivers/sensor/vishay/veml7700/ |
D | veml7700.c | 46 * 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/ |
D | apds9253.c | 11 * @brief driver for APDS9253 ALS/RGB/
|
/Zephyr-latest/boards/m5stack/m5stack_cores3/doc/ |
D | index.rst | 26 - Proximity sensor LTR-553ALS-WA (Not available for CoreS3 SE)
|
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540.c | 281 /* Set ALS integration time */ in tsl2540_setup()
|
/Zephyr-latest/boards/96boards/neonkey/doc/ |
D | index.rst | 36 - ALS/Proximity: RPR-0521RS
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 36 - ALS: Intersil ISL29034
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 304 …* Added LED current, proximity pulse length, ALS, and proximity gain configurations to APDS9960 dr…
|