/src/sys/dev/i2c/ |
si70xx.c | 256 si70xx_cmd1(struct si70xx_sc *sc, uint8_t cmd, uint8_t *buf, size_t blen) function in typeref:typename:int 283 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1); 300 error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1); 323 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1); 337 error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1); 359 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1); 373 error = si70xx_cmd1(sc, SI70XX_WRITE_HEATER_REG, &heaterregister, 1); 390 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1); 416 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1); 647 error = si70xx_cmd1(sc, SI70XX_RESET, NULL, 0) [all...] |
si70xx.c | 256 si70xx_cmd1(struct si70xx_sc *sc, uint8_t cmd, uint8_t *buf, size_t blen) function in typeref:typename:int 283 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1); 300 error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1); 323 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1); 337 error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1); 359 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1); 373 error = si70xx_cmd1(sc, SI70XX_WRITE_HEATER_REG, &heaterregister, 1); 390 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1); 416 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1); 647 error = si70xx_cmd1(sc, SI70XX_RESET, NULL, 0) [all...] |