Searched refs:val_h (Results 1 – 2 of 2) sorted by relevance
27 uint8_t val_h; in f75303_fetch() local31 res = i2c_reg_read_byte_dt(i2c, off_h, &val_h); in f75303_fetch()41 *sample = val_h << 3 | val_l >> 5; in f75303_fetch()
118 uint8_t val_h, val_l; in max44009_sample_fetch() local124 if (max44009_reg_read(dev, MAX44009_REG_LUX_HIGH_BYTE, &val_h, in max44009_sample_fetch()134 drv_data->sample = ((uint16_t)val_h) << 8; in max44009_sample_fetch()