SD3078_REG_MO
tm->tm_mon = bcd2bin(rtc_data[SD3078_REG_MO] & 0x1F) - 1;
rtc_data[SD3078_REG_MO] = bin2bcd(tm->tm_mon) + 1;