Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/pressure/
Dbmp280.h53 #define BMP280_OSRS_TEMP_X(osrs_t) ((osrs_t) << 5) macro
54 #define BMP280_OSRS_TEMP_1X BMP280_OSRS_TEMP_X(1)
55 #define BMP280_OSRS_TEMP_2X BMP280_OSRS_TEMP_X(2)
56 #define BMP280_OSRS_TEMP_4X BMP280_OSRS_TEMP_X(3)
57 #define BMP280_OSRS_TEMP_8X BMP280_OSRS_TEMP_X(4)
58 #define BMP280_OSRS_TEMP_16X BMP280_OSRS_TEMP_X(5)
Dbmp280-core.c614 u8 osrs = BMP280_OSRS_TEMP_X(data->oversampling_temp + 1) | in bmp280_chip_config()