sht3x.c | 1395 uint16_t measurement_command_ss; local in function:sht3x_refresh_oneshot 1406 measurement_command_ss = sht3x_compute_measure_command_ss( 1408 error = sht3x_cmdr(sc, measurement_command_ss, rawdata, sizeof(rawdata)); 1410 "Error %d\n", device_xname(sc->sc_dev), measurement_command_ss, error));
|