Home
last modified time | relevance | path

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

/qemu/hw/sensor/
H A Dtmp421.c82 #define TMP421_CONFIG_RANGE (1 << 2) macro
114 bool ext_range = (s->config[0] & TMP421_CONFIG_RANGE); in tmp421_get_temperature()
142 bool ext_range = (s->config[0] & TMP421_CONFIG_RANGE); in tmp421_set_temperature()