HomeSort by: relevance | last modified time | path
    Searched defs:convertedrh (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
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;
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;

Completed in 22 milliseconds