Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/rtc/
H A Dds3231reg.h36 #define DS3231_MINS 0x01 macro
H A Dds3231.c512 bct.min = data[DS3231_MINS] & DS3231_MINS_MASK; in ds3231_gettime()
565 data[DS3231_MINS] = bct.min; in ds3231_settime()