PIC32_RTCDAY
rtc_tm->tm_mday = readb(base + PIC32_RTCDAY);
writeb(bin2bcd(tm->tm_mday), base + PIC32_RTCDAY);