Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c225 static uint32_t RTC_ReadTimeCounter(RTC_HandleTypeDef *hrtc);
823 counter_time = RTC_ReadTimeCounter(hrtc); in HAL_RTC_GetTime()
961 counter_time = RTC_ReadTimeCounter(hrtc); in HAL_RTC_SetDate()
1588 static uint32_t RTC_ReadTimeCounter(RTC_HandleTypeDef *hrtc) in RTC_ReadTimeCounter() function