Lines Matching +full:11 +full:- +full:bit
4 * SPDX-License-Identifier: Apache-2.0
30 #define TMP116_CFGR_AVG (BIT(5) | BIT(6))
31 #define TMP116_CFGR_CONV (BIT(7) | BIT(8) | BIT(9))
32 #define TMP116_CFGR_MODE (BIT(10) | BIT(11))
33 #define TMP116_CFGR_DATA_READY BIT(13)
34 #define TMP116_EEPROM_UL_UNLOCK BIT(15)
35 #define TMP116_EEPROM_UL_BUSY BIT(14)
38 #define TMP116_AVG_8_SAMPLES BIT(5)
39 #define TMP116_AVG_32_SAMPLES BIT(6)
40 #define TMP116_AVG_64_SAMPLES (BIT(5) | BIT(6))
42 #define TMP116_MODE_SHUTDOWN BIT(10)
43 #define TMP116_MODE_ONE_SHOT (BIT(10) | BIT(11))