PIC32_RTCSEC
rtc_tm->tm_sec = readb(base + PIC32_RTCSEC);
writeb(bin2bcd(tm->tm_sec), base + PIC32_RTCSEC);