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

  /src/sys/dev/i2c/
tsllux.c 88 static int tsllux_write1(struct tsllux_softc *, uint8_t, uint8_t);
167 if (tsllux_write1(sc, TSL256x_REG_CONTROL | COMMAND6x_CLEAR,
175 if (tsllux_write1(sc, TSL256x_REG_INTERRUPT | COMMAND6x_CLEAR, 0)) {
497 tsllux_write1(struct tsllux_softc *sc, uint8_t reg, uint8_t val) function in typeref:typename:int
522 error = tsllux_write1(sc, TSL256x_REG_CONTROL,
544 return (tsllux_write1(sc, TSL256x_REG_CONTROL,
567 if ((error = tsllux_write1(sc, TSL256x_REG_TIMING,
583 if ((error = tsllux_write1(sc, TSL256x_REG_TIMING,

Completed in 14 milliseconds