Searched refs:hum (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/gpio/
H A Dgpioths.c92 int hum; member in struct:gpioths_softc
267 sc->hum = (value >> 24) & 0x7f;
272 sc->hum = ((value >> 16) & 0x03ff) / 10;
279 device_printf(dev, "fails=%d, temp=%d, hum=%d\n", sc->fails,
280 sc->temp, sc->hum);
375 CTLFLAG_RD, &sc->hum, 0, "relative humidity(%)");

Completed in 106 milliseconds