Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/i2c/i2c_bme688/src/
Dsensor.h84 #define TEMP_OVERSAMPLING_BIT_MSK 1 << 7 | 1 << 6 | 1 << 5 macro
Dmain.c134 response &= ~TEMP_OVERSAMPLING_BIT_MSK; in configure_measurements()