Home
last modified time | relevance | path

Searched refs:timecounter (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c1591 uint32_t timecounter = 0U; in RTC_ReadTimeCounter() local
1601 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()