zephyr/drivers/sensor
Murtaza Alexandru 1be6d1f6c8 sensor: add the posibility to fetch one data type
Now you can specify the sensor type you want to fetch using
sensor_sample_fetch_chan. This will inform the driver that you want only
one type of data updated, leaving the others unchanged and enabling
different sampling rates for multi function devices (MFDs).

Change-Id: I403e422dffadc697c19a5372ed55ed8f486a2607
Signed-off-by: Murtaza Alexandru <alexandru.murtaza@intel.com>
2016-04-26 18:09:41 +00:00
..
Kconfig
Kconfig.bma280 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.bmc150_magn i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.bmi160 sensor: bmi160: switch to the new logging API 2016-04-21 14:16:15 +00:00
Kconfig.bmp280 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.hdc1008 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.isl29035 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.lis3dh i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.lsm9ds0_gyro i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.mcp9808 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.sht3xd i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.sx9500 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Kconfig.tmp007 i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Makefile sensor: bmi160: add support for triggers 2016-04-21 14:16:14 +00:00
sensor_bma280_trigger.c sensors: use I2C register access API 2016-04-26 11:06:50 +00:00
sensor_bma280.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_bma280.h sensors: use I2C register access API 2016-04-26 11:06:50 +00:00
sensor_bmc150_magn.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_bmc150_magn.h sensor: refactor bmc150 and lsm9ds0 2016-04-26 18:08:38 +00:00
sensor_bmi160_trigger.c sensor: bmi160: fix regression 2016-04-26 10:57:56 +00:00
sensor_bmi160.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_bmi160.h sensor: bmi160: Use the new GPIO callback API 2016-04-25 14:58:16 +00:00
sensor_bmp280.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_bmp280.h
sensor_hdc1008.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_hdc1008.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_isl29035_trigger.c sensors: use I2C register access API 2016-04-26 11:06:50 +00:00
sensor_isl29035.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_isl29035.h sensors: use I2C register access API 2016-04-26 11:06:50 +00:00
sensor_lis3dh_trigger.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_lis3dh.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_lis3dh.h sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_lsm9ds0_gyro.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_lsm9ds0_gyro.h sensor: refactor bmc150 and lsm9ds0 2016-04-26 18:08:38 +00:00
sensor_mcp9808_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_mcp9808.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_mcp9808.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sht3xd_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sht3xd.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_sht3xd.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_sx9500_trigger.c sensors: use I2C register access API 2016-04-26 11:06:50 +00:00
sensor_sx9500.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_sx9500.h sensors: use I2C register access API 2016-04-26 11:06:50 +00:00
sensor_tmp007_trigger.c sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor_tmp007.c sensor: add the posibility to fetch one data type 2016-04-26 18:09:41 +00:00
sensor_tmp007.h sensors: Using new GPIO API callbacks 2016-04-22 22:17:25 -04:00
sensor.c