Home
last modified time | relevance | path

Searched refs:sht4x_heateron_commands (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Dsht4x.c164 static struct sht4x_heateron_command sht4x_heateron_commands[] = { variable
682 for (i = 0; i < __arraycount(sht4x_heateron_commands); i++) { in sht4x_compute_measure_command()
683 if (heatervalue == sht4x_heateron_commands[i].heatervalue && in sht4x_compute_measure_command()
684 strncmp(heaterpulse, sht4x_heateron_commands[i].pulselength, in sht4x_compute_measure_command()
686 r = sht4x_heateron_commands[i].cmd; in sht4x_compute_measure_command()
691 if (i == __arraycount(sht4x_heateron_commands)) in sht4x_compute_measure_command()