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

  /src/sys/dev/i2c/
lm75.c 328 lmtemp_temp_write(struct lmtemp_softc *sc, uint8_t reg, uint32_t val, int degc)
333 sc->sc_lmtemp_encode(val, &cmdbuf[1], degc);
341 int degc)
354 *valp = sc->sc_lmtemp_decode(buf, degc);
439 int degc; local
444 degc = 1;
447 degc = 0;
452 limit - 5000000, degc);
453 lmtemp_temp_write(sc, LM75_REG_TOS_SET_POINT, limit, degc);
467 int degc; local
    [all...]

Completed in 17 milliseconds