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

  /src/sys/dev/i2c/
tsllux.c 87 static int tsllux_read2(struct tsllux_softc *, uint8_t, uint16_t *);
490 tsllux_read2(struct tsllux_softc *sc, uint8_t reg, uint16_t *valp) function in typeref:typename:int
666 if ((error = tsllux_read2(sc, TSL256x_REG_DATA0LOW, adc0valp)) == 0)
667 error = tsllux_read2(sc, TSL256x_REG_DATA1LOW, adc1valp);

Completed in 39 milliseconds