Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dbmp280.h183 #define BMP380_STATUS_CMD_RDY_MASK BIT(4) macro
H A Dbmp280-core.c1242 if (!(reg & BMP380_STATUS_CMD_RDY_MASK)) { in bmp380_cmd()