FEAON_RTC_HI
FEAON_WRITE_4(sc, FEAON_RTC_HI, (time >> 32) & FEAON_RTC_HI_MASK);
time |= ((uint64_t)FEAON_READ_4(sc, FEAON_RTC_HI)) << 32;