DAYS_REG_MSK
tm->tm_mday = bcd2bin(rtc_data[3] & DAYS_REG_MSK);
alrm->time.tm_mday = bcd2bin(alrm_data[3] & DAYS_REG_MSK);