Home
last modified time | relevance | path

Searched refs:DS3231_CONTROL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iicbus/rtc/
H A Dds3231reg.h52 #define DS3231_CONTROL 0x0e macro
H A Dds3231.c87 error = ds3231_read1(sc->sc_dev, DS3231_CONTROL, &sc->sc_ctrl); in ds3231_ctrl_read()
103 error = ds3231_write1(sc->sc_dev, DS3231_CONTROL, data); in ds3231_ctrl_write()