SD3078_REG_DM
tm->tm_mday = bcd2bin(rtc_data[SD3078_REG_DM] & 0x3F);
rtc_data[SD3078_REG_DM] = bin2bcd(tm->tm_mday);