Searched refs:BMP580_INT_STATUS_POR_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/iio/pressure/ | ||
D | bmp280.h | 58 #define BMP580_INT_STATUS_POR_MASK BIT(4) macro |
D | bmp280-core.c | 1725 if (!(reg & BMP580_INT_STATUS_POR_MASK)) { in bmp580_soft_reset() |