sys/dev/i2c/sht3x.c
1145
error = sht3x_cmdr(sc, SHT3X_SOFT_RESET, NULL, 0);
sys/dev/i2c/sht3x.c
1167
error = sht3x_cmdr(sc, SHT3X_READ_SERIAL_NUMBER, buf, 6);
sys/dev/i2c/sht3x.c
1408
error = sht3x_cmdr(sc, measurement_command_ss, rawdata, sizeof(rawdata));
sys/dev/i2c/sht3x.c
342
error = sht3x_cmdr(sc, SHT3X_BREAK, NULL, 0);
sys/dev/i2c/sht3x.c
374
error = sht3x_cmdr(sc, SHT3X_GET_STATUS_REGISTER, buf, 3);
sys/dev/i2c/sht3x.c
410
error = sht3x_cmdr(sc, SHT3X_CLEAR_STATUS_REGISTER, NULL, 0);
sys/dev/i2c/sht3x.c
49
static int sht3x_cmdr(struct sht3x_sc *, uint16_t, uint8_t *, size_t);
sys/dev/i2c/sht3x.c
496
error = sht3x_cmdr(sc, r, NULL, 0);
sys/dev/i2c/sht3x.c
548
int data_error = sht3x_cmdr(sc, SHT3X_PERIODIC_FETCH_DATA,
sys/dev/i2c/sht3x.c
712
error = sht3x_cmdr(sc, cmd, NULL, 0);