Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
A Dbmp280.h62 #define BMP280_OSRS_PRESS_X(osrs_p) ((osrs_p) << 2) macro
63 #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)
A Dbmp280-core.c615 BMP280_OSRS_PRESS_X(data->oversampling_press + 1); in bmp280_chip_config()

Completed in 7 milliseconds