Searched refs:BME680_SPI_MEM_PAGE_BIT (Results 1 – 2 of 2) sorted by relevance
49 buf[1] |= BME680_SPI_MEM_PAGE_BIT; in bme680_regmap_spi_select_page()51 buf[1] &= ~BME680_SPI_MEM_PAGE_BIT; in bme680_regmap_spi_select_page()
10 #define BME680_SPI_MEM_PAGE_BIT BIT(4) macro