Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Header file for extended sensor API of VEML6031 sensor. More...

Go to the source code of this file.

Enumerations

enum  veml6031_it {
  VEML6031_IT_3_125 , VEML6031_IT_6_25 , VEML6031_IT_12_5 , VEML6031_IT_25 ,
  VEML6031_IT_50 , VEML6031_IT_100 , VEML6031_IT_200 , VEML6031_IT_400
}
 VEML6031 integration time options for ambient light measurements. More...
enum  veml6031_div4 { VEML6031_SIZE_4_4 = 0x00 , VEML6031_SIZE_1_4 = 0x01 }
 VEML6031 size options for ambient light measurements. More...
enum  veml6031_gain { VEML6031_GAIN_1 = 0x00 , VEML6031_GAIN_2 = 0x01 , VEML6031_GAIN_0_66 = 0x02 , VEML6031_GAIN_0_5 = 0x03 }
 VEML6031 gain options for ambient light measurements. More...
enum  veml6031_pers { VEML6031_PERS_1 = 0x00 , VEML6031_PERS_2 = 0x01 , VEML6031_PERS_4 = 0x02 , VEML6031_PERS_8 = 0x03 }
 VEML6031 ALS interrupt persistence protect number options. More...
enum  sensor_attribute_veml6031 { SENSOR_ATTR_VEML6031_IT = SENSOR_ATTR_PRIV_START , SENSOR_ATTR_VEML6031_DIV4 , SENSOR_ATTR_VEML6031_GAIN , SENSOR_ATTR_VEML6031_PERS }
 Custom sensor attributes for VEML6031 sensor. More...
enum  sensor_channel_veml6031 { SENSOR_CHAN_VEML6031_ALS_RAW_COUNTS = SENSOR_CHAN_PRIV_START , SENSOR_CHAN_VEML6031_IR_RAW_COUNTS }
 Custom sensor channels for VEML6031 sensor. More...

Detailed Description

Header file for extended sensor API of VEML6031 sensor.