HomeSort by: relevance | last modified time | path
    Searched defs:convertedtemp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
sgp40.c 214 uint16_t convertedrh, convertedtemp; local in function:sgp40_take_measurement
219 convertedtemp = (uint16_t)sgp40_compute_temp_comp(sc->sc_tempcomp);
222 device_xname(sc->sc_dev), convertedrh, convertedtemp));
227 args[3] = convertedtemp >> 8;
228 args[4] = convertedtemp & 0x00ff;
sgp40.c 214 uint16_t convertedrh, convertedtemp; local in function:sgp40_take_measurement
219 convertedtemp = (uint16_t)sgp40_compute_temp_comp(sc->sc_tempcomp);
222 device_xname(sc->sc_dev), convertedrh, convertedtemp));
227 args[3] = convertedtemp >> 8;
228 args[4] = convertedtemp & 0x00ff;

Completed in 23 milliseconds