Searched refs:BMP280_OSRS_TEMP_MASK (Results 1 – 2 of 2) sorted by relevance
139 #define BMP280_OSRS_TEMP_MASK GENMASK(7, 5) macro
879 u8 osrs = FIELD_PREP(BMP280_OSRS_TEMP_MASK, data->oversampling_temp + 1) | in bmp280_chip_config()884 BMP280_OSRS_TEMP_MASK | in bmp280_chip_config()
Completed in 6 milliseconds