Searched defs:gpioths_softc (Results 1 – 1 of 1) sorted by relevance
85 struct gpioths_softc { struct86 device_t dev;87 gpio_pin_t pin;88 int temp;89 int hum;90 int fails;91 struct timeout_task task;92 bool detaching;