AC100_RTC_DAY_MASK
rtc_tm->tm_mday = bcd2bin(reg[4] & AC100_RTC_DAY_MASK);
reg[4] = bin2bcd(rtc_tm->tm_mday) & AC100_RTC_DAY_MASK;