| sht3x.c | 49 static int	sht3x_cmdr(struct sht3x_sc *, uint16_t, uint8_t *, size_t); 342 	error = sht3x_cmdr(sc, SHT3X_BREAK, NULL, 0);
 374 	error = sht3x_cmdr(sc, SHT3X_GET_STATUS_REGISTER, buf, 3);
 410 	error = sht3x_cmdr(sc, SHT3X_CLEAR_STATUS_REGISTER, NULL, 0);
 496 	error = sht3x_cmdr(sc, r, NULL, 0);
 548 		int data_error = sht3x_cmdr(sc, SHT3X_PERIODIC_FETCH_DATA,
 712 	error = sht3x_cmdr(sc, cmd, NULL, 0);
 905 sht3x_cmdr(struct sht3x_sc *sc, uint16_t cmd, uint8_t *buf, size_t blen)  function in typeref:typename:int
 1145 	error = sht3x_cmdr(sc, SHT3X_SOFT_RESET, NULL, 0);
 1167 	error = sht3x_cmdr(sc, SHT3X_READ_SERIAL_NUMBER, buf, 6)
 [all...]
 |