HOURS_REG_MSK
tm->tm_hour = bcd2bin(rtc_data[2] & HOURS_REG_MSK);
alrm->time.tm_hour = bcd2bin(alrm_data[2] & HOURS_REG_MSK);