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