Searched refs:TMP006_CONFIG_MOD_MASK (Results 1 – 1 of 1) sorted by relevance
38 #define TMP006_CONFIG_MOD_MASK GENMASK(14, 12) macro236 data->config |= TMP006_CONFIG_MOD_MASK; in tmp006_power()238 data->config &= ~TMP006_CONFIG_MOD_MASK; in tmp006_power()332 if ((ret & TMP006_CONFIG_MOD_MASK) != TMP006_CONFIG_MOD_MASK) { in tmp006_probe()
Completed in 3 milliseconds