Searched refs:DS2438_TEMP_MSB (Results 1 – 1 of 1) sorted by relevance
45 #define DS2438_TEMP_MSB 0x02 macro126 *temperature = (((int16_t) w1_buf[DS2438_TEMP_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_TEMP_LSB]); in w1_ds2438_get_temperature()