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

  /src/sys/dev/i2c/
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));
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));

Completed in 24 milliseconds