Searched refs:RTC_DAY_ADDR (Results 1 – 1 of 1) sorted by relevance
43 #define RTC_DAY_ADDR 0x3 macro110 tmp->tm_wday = bcd2bin (data[RTC_DAY_ADDR] & 0x07); in rtc_get()134 data[RTC_DAY_ADDR] = bin2bcd(tmp->tm_wday) & 0x07; in rtc_set()