Searched refs:BMP380_STATUS_CMD_RDY_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/iio/pressure/ | ||
H A D | bmp280.h | 183 #define BMP380_STATUS_CMD_RDY_MASK BIT(4) macro |
H A D | bmp280-core.c | 1242 if (!(reg & BMP380_STATUS_CMD_RDY_MASK)) { in bmp380_cmd() |