Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.c77 static inline int bmp180_reg_write(const struct device *dev, uint8_t reg, in bmp180_reg_write() function
172 ret = bmp180_reg_write(dev, BMP180_REG_MEAS_CTRL, BMP180_CMD_GET_TEMPERATURE); in read_raw_temperature()
224 ret = bmp180_reg_write(dev, BMP180_REG_MEAS_CTRL, ctrlreg); in read_raw_pressure()
436 if (bmp180_reg_write(dev, BMP180_REG_CMD, BMP180_CMD_SOFT_RESET) < 0) { in bmp180_init()