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

  /src/sys/dev/i2c/
sht4x.c 151 static struct sht4x_heaterpulse sht4x_heaterpulses[] = { variable in typeref:struct:sht4x_heaterpulse[]
321 for (i = 0; i < __arraycount(sht4x_heaterpulses); i++) {
322 if (strncmp(node.sysctl_data, sht4x_heaterpulses[i].length,
328 if (i == __arraycount(sht4x_heaterpulses))
sht4x.c 151 static struct sht4x_heaterpulse sht4x_heaterpulses[] = { variable in typeref:struct:sht4x_heaterpulse[]
321 for (i = 0; i < __arraycount(sht4x_heaterpulses); i++) {
322 if (strncmp(node.sysctl_data, sht4x_heaterpulses[i].length,
328 if (i == __arraycount(sht4x_heaterpulses))

Completed in 26 milliseconds