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

  /src/sys/dev/i2c/
sgp40.c 582 uint16_t featureset; local in function:sgp40_attach
667 aprint_error_dev(self, "Failed to get featureset: %d\n",
674 featureset = buf[0];
675 featureset = (featureset << 8) | buf[1];
745 (uintmax_t)featureset,
sgp40.c 582 uint16_t featureset; local in function:sgp40_attach
667 aprint_error_dev(self, "Failed to get featureset: %d\n",
674 featureset = buf[0];
675 featureset = (featureset << 8) | buf[1];
745 (uintmax_t)featureset,

Completed in 22 milliseconds