Searched refs:BMP280_OSRS_HUMIDITY_MASK (Results 1 – 2 of 2) sorted by relevance
131 #define BMP280_OSRS_HUMIDITY_MASK GENMASK(2, 0) macro
940 u8 osrs = FIELD_PREP(BMP280_OSRS_HUMIDITY_MASK, data->oversampling_humid + 1); in bme280_chip_config()948 BMP280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()