Searched refs:ds3231_read1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Dds3231.c71 ds3231_read1(device_t dev, uint8_t reg, uint8_t *data) function
89 error = ds3231_read1(sc->sc_dev, DS3231_CONTROL, &sc->sc_ctrl);
117 error = ds3231_read1(sc->sc_dev, DS3231_STATUS, &sc->sc_status);

Completed in 98 milliseconds