PIC32_RTCYEAR
rtc_tm->tm_year = readb(base + PIC32_RTCYEAR);
writeb(bin2bcd(tm->tm_year - 100), base + PIC32_RTCYEAR);