Searched refs:ISL12022_REG_YR (Results 1 – 1 of 1) sorted by relevance
28 #define ISL12022_REG_YR 0x05 macro157 buf[ISL12022_REG_YR], in isl12022_rtc_read_time()168 tm->tm_year = bcd2bin(buf[ISL12022_REG_YR]) + 100; in isl12022_rtc_read_time()200 buf[ISL12022_REG_YR] = bin2bcd(tm->tm_year % 100); in isl12022_rtc_set_time()
Completed in 3 milliseconds