SD2405AL_REG_T_MIN
data[SD2405AL_REG_T_MIN] = bin2bcd(time->tm_min);
time->tm_min = bcd2bin(data[SD2405AL_REG_T_MIN] & 0x7F);