Searched refs:DS2438_VOLTAGE_LSB (Results 1 – 1 of 1) sorted by relevance
46 #define DS2438_VOLTAGE_LSB 0x03 macro259 …*voltage = (((uint16_t) w1_buf[DS2438_VOLTAGE_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_VOLTAGE_LSB]… in w1_ds2438_get_voltage()