15#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_VEML6031_H_
16#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_VEML6031_H_
38 VEML6031_DIV4_COUNT = 2,
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:383
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:225
veml6031_div4
VEML6031 size options for ambient light measurements.
Definition veml6031.h:34
sensor_attribute_veml6031
Custom sensor attributes for VEML6031 sensor.
Definition veml6031.h:66
sensor_channel_veml6031
Custom sensor channels for VEML6031 sensor.
Definition veml6031.h:96
@ VEML6031_SIZE_4_4
4/4 photodiode size
Definition veml6031.h:35
@ VEML6031_SIZE_1_4
1/4 photodiode size
Definition veml6031.h:36
@ SENSOR_ATTR_VEML6031_DIV4
Effective photodiode size (DIV4)
Definition veml6031.h:78
@ SENSOR_ATTR_VEML6031_IT
Integration time setting for ALS measurements (IT).
Definition veml6031.h:72
@ SENSOR_ATTR_VEML6031_PERS
ALS persistence protect number setting (PERS).
Definition veml6031.h:90
@ SENSOR_ATTR_VEML6031_GAIN
Gain setting for ALS measurements (GAIN).
Definition veml6031.h:84
@ SENSOR_CHAN_VEML6031_ALS_RAW_COUNTS
Channel for raw ALS sensor values.
Definition veml6031.h:114
@ SENSOR_CHAN_VEML6031_IR_RAW_COUNTS
Channel for IR sensor values.
Definition veml6031.h:123
Header file for extended sensor API of VEML60xx sensor family.