PIC32_RTCHOUR
rtc_tm->tm_hour = readb(base + PIC32_RTCHOUR);
writeb(bin2bcd(tm->tm_hour), base + PIC32_RTCHOUR);