SECONDS_REG_MSK
tm->tm_sec = bcd2bin(rtc_data[0] & SECONDS_REG_MSK);
alrm->time.tm_sec = bcd2bin(alrm_data[0] & SECONDS_REG_MSK);