Home
last modified time | relevance | path

Searched refs:BME680_OSRS_HUMIDITY_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/iio/chemical/
Dbme680.h23 #define BME680_OSRS_HUMIDITY_MASK GENMASK(2, 0) macro
Dbme680_core.c525 u8 osrs = FIELD_PREP(BME680_OSRS_HUMIDITY_MASK, in bme680_chip_config()
532 BME680_OSRS_HUMIDITY_MASK, osrs); in bme680_chip_config()