M41T80_REG_HOUR
tm->tm_hour = bcd2bin(buf[M41T80_REG_HOUR] & 0x3f);
buf[M41T80_REG_HOUR] = bin2bcd(tm.tm_hour);