PCF8563_REG_MN
tm->tm_min = bcd2bin(buf[PCF8563_REG_MN] & 0x7F);
buf[PCF8563_REG_MN] = bin2bcd(tm->tm_min);