RTC_REG5_HOUR
dt->dt_hour = (rtc_registers[5] & RTC_REG5_HOUR) * 10 +
rtc_registers[5] = ((dt->dt_hour / 10) & RTC_REG5_HOUR) | RTC_REG5_24HR;