PCF8563_REG_HR
tm->tm_hour = bcd2bin(buf[PCF8563_REG_HR] & 0x3F); /* rtc hr 0-23 */
buf[PCF8563_REG_HR] = bin2bcd(tm->tm_hour);