M48T59_MIN
M48T59_WRITE((bin2bcd(tm->tm_min) & 0x7F), M48T59_MIN);
tm->tm_min = bcd2bin(M48T59_READ(M48T59_MIN) & 0x7F);