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

  /src/sys/dev/i2c/
aht20.c 62 static struct aht20_sensor aht20_sensors[] = { variable in typeref:struct:aht20_sensor
300 sc->sc_numsensors = __arraycount(aht20_sensors);
333 strlcpy(sc->sc_sensors[i].desc, aht20_sensors[i].desc,
336 sc->sc_sensors[i].units = aht20_sensors[i].type;
aht20.c 62 static struct aht20_sensor aht20_sensors[] = { variable in typeref:struct:aht20_sensor
300 sc->sc_numsensors = __arraycount(aht20_sensors);
333 strlcpy(sc->sc_sensors[i].desc, aht20_sensors[i].desc,
336 sc->sc_sensors[i].units = aht20_sensors[i].type;

Completed in 47 milliseconds