Searched refs:BMP280_OSRS_PRESS_X (Results 1 – 2 of 2) sorted by relevance
62 #define BMP280_OSRS_PRESS_X(osrs_p) ((osrs_p) << 2) macro63 #define BMP280_OSRS_PRESS_1X BMP280_OSRS_PRESS_X(1)64 #define BMP280_OSRS_PRESS_2X BMP280_OSRS_PRESS_X(2)65 #define BMP280_OSRS_PRESS_4X BMP280_OSRS_PRESS_X(3)66 #define BMP280_OSRS_PRESS_8X BMP280_OSRS_PRESS_X(4)67 #define BMP280_OSRS_PRESS_16X BMP280_OSRS_PRESS_X(5)
627 BMP280_OSRS_PRESS_X(data->oversampling_press + 1); in bmp280_chip_config()