Searched refs:msb_value (Results 1 – 1 of 1) sorted by relevance
151 uint8_t msb_value = 0, lsb_value = 0; in adltc2990_fetch_property_value() local192 ret = i2c_reg_read_byte_dt(&cfg->bus, msb_address, &msb_value); in adltc2990_fetch_property_value()219 int16_t value = (msb_value << 8) + lsb_value; in adltc2990_fetch_property_value()