Home
last modified time | relevance | path

Searched refs:time_wait_ms (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() argument
137 k_sleep(K_MSEC(time_wait_ms)); in bmp180_conv_ready()