Searched refs:timecounter (Results 1 – 1 of 1) sorted by relevance
1591 uint32_t timecounter = 0U; in RTC_ReadTimeCounter() local1601 timecounter = (((uint32_t) high2 << 16U) | READ_REG(hrtc->Instance->CNTL & RTC_CNTL_RTC_CNT)); in RTC_ReadTimeCounter()1607 timecounter = (((uint32_t) high1 << 16U) | low); in RTC_ReadTimeCounter()1610 return timecounter; in RTC_ReadTimeCounter()