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

  /src/sys/dev/i2c/
max77620.c 90 max77620_write(struct max77620_softc *sc, uint8_t reg, uint8_t val, int flags) function in typeref:typename:void
101 #define I2C_WRITE(sc, reg, val) max77620_write((sc), (reg), (val), 0)

Completed in 11 milliseconds