Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/chemical/
Dbme680.h26 #define BME680_OSRS_TEMP_MASK GENMASK(7, 5) macro
Dbme680_core.c547 osrs = FIELD_PREP(BME680_OSRS_TEMP_MASK, data->oversampling_temp + 1) | in bme680_chip_config()
551 BME680_OSRS_TEMP_MASK | in bme680_chip_config()