HomeSort by: relevance | last modified time | path
    Searched refs:sc_heateron (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/i2c/
sht4xvar.h 42 bool sc_heateron; member in struct:sht4x_sc
si70xxvar.h 42 bool sc_heateron; member in struct:si70xx_sc
sht3xvar.h 53 bool sc_heateron; member in struct:sht3x_sc
sht4x.c 270 t = sc->sc_heateron;
276 sc->sc_heateron = t;
552 sc->sc_heateron = false;
741 sc->sc_heateron, sc->sc_heaterval, sc->sc_heaterpulse);
sht3x.c 545 sc->sc_heateron = status_reg & SHT3X_HEATER_STATUS;
680 t = sc->sc_heateron;
686 sc->sc_heateron = t;
706 if (sc->sc_heateron) {
1100 sc->sc_heateron = false;
1429 sc->sc_heateron = sbuf & SHT3X_HEATER_STATUS;
si70xx.c 169 t = sc->sc_heateron;
175 sc->sc_heateron = t;
292 if (sc->sc_heateron) {

Completed in 13 milliseconds