sgp40.c | 214 uint16_t convertedrh, convertedtemp; local in function:sgp40_take_measurement 218 convertedrh = (uint16_t)sgp40_compute_rh_comp(sc->sc_rhcomp); 222 device_xname(sc->sc_dev), convertedrh, convertedtemp)); 224 args[0] = convertedrh >> 8; 225 args[1] = convertedrh & 0x00ff;
|