DS1307_REG_MIN
regs[DS1307_REG_MIN] & M41T0_BIT_OF) {
t->tm_min = bcd2bin(regs[DS1307_REG_MIN] & 0x7f);
regs[DS1307_REG_MIN] = bin2bcd(t->tm_min);