Searched refs:sht4x_heateron_commands (Results 1 – 1 of 1) sorted by relevance
164 static struct sht4x_heateron_command sht4x_heateron_commands[] = { variable682 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()