SD2405AL_REG_T_WEEK
time->tm_wday = bcd2bin(data[SD2405AL_REG_T_WEEK] & 0x07);
data[SD2405AL_REG_T_WEEK] = bin2bcd(time->tm_wday);