Lines Matching +full:0 +full:x74
14 #define BMP180_REG_CHIPID 0xD0
15 #define BMP180_REG_CMD 0xE0
16 #define BMP180_REG_MEAS_CTRL 0xF4
17 #define BMP180_REG_MSB 0xF6
18 #define BMP180_REG_LSB 0xF7
19 #define BMP180_REG_XLSB 0xF8
20 #define BMP180_REG_CALIB0 0xAA
21 #define BMP180_REG_CALIB21 0xBF
24 #define BMP180_CHIP_ID 0x55
30 #define BMP180_CMD_SOFT_RESET 0xB6
31 #define BMP180_CMD_GET_TEMPERATURE 0x2E
32 #define BMP180_CMD_GET_OSS0_PRESS 0x34
33 #define BMP180_CMD_GET_OSS1_PRESS 0x74 /* 0x34 | OSR<<6 */
34 #define BMP180_CMD_GET_OSS2_PRESS 0xB4
35 #define BMP180_CMD_GET_OSS3_PRESS 0xF4
44 #define BMP180_ULTRALOWPOWER 0x00 /* oversampling 1x */
45 #define BMP180_STANDARD 0x01 /* oversampling 2x */
46 #define BMP180_HIGHRES 0x02 /* oversampling 4x */
47 #define BMP180_ULTRAHIGH 0x03 /* oversampling 8x */