ABX8XX_REG_HR
tm->tm_hour = bcd2bin(buf[ABX8XX_REG_HR] & 0x3F);
buf[ABX8XX_REG_HR] = bin2bcd(tm->tm_hour);