Searched refs:lsb_value (Results 1 – 1 of 1) sorted by relevance
170 uint8_t msb_value = 0, lsb_value = 0; in adltc2990_fetch_property_value() local213 if (i2c_reg_read_byte_dt(&cfg->bus, lsb_address, &lsb_value)) { in adltc2990_fetch_property_value()235 int16_t value = (msb_value << 8) + lsb_value; in adltc2990_fetch_property_value()