Searched refs:RX8025_REG_MONTH (Results 1 – 1 of 1) sorted by relevance
32 #define RX8025_REG_MONTH 0x05 macro240 dt->tm_mon = bcd2bin(date[RX8025_REG_MONTH] & 0x1f) - 1; in rx8025_get_time()269 date[RX8025_REG_MONTH] = bin2bcd(dt->tm_mon + 1); in rx8025_set_time()