Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.c131 static inline int bmp180_conv_ready(const struct device *dev, uint32_t time_wait_ms) in bmp180_conv_ready() function
177 ret = bmp180_conv_ready(dev, BMP180_CMD_GET_TEMP_DELAY); in read_raw_temperature()
229 ret = bmp180_conv_ready(dev, delay); in read_raw_pressure()