RTC_MINUTES_OFFS
minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f;
<< RTC_MINUTES_OFFS;
(bin2bcd(tm->tm_min) << RTC_MINUTES_OFFS) |