Searched refs:RV3028_MONTH (Results 1 – 1 of 1) sorted by relevance
27 #define RV3028_MONTH 0x05 macro236 tm->tm_mon = bcd2bin(date[RV3028_MONTH] & 0x1f) - 1; in rv3028_get_time()253 date[RV3028_MONTH] = bin2bcd(tm->tm_mon + 1); in rv3028_set_time()