Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c227 static uint32_t RTC_ReadAlarmCounter(RTC_HandleTypeDef *hrtc);
760 counter_alarm = RTC_ReadAlarmCounter(hrtc); in HAL_RTC_SetTime()
839 counter_alarm = RTC_ReadAlarmCounter(hrtc); in HAL_RTC_GetTime()
982 counter_alarm = RTC_ReadAlarmCounter(hrtc); in HAL_RTC_SetDate()
1308 counter_alarm = RTC_ReadAlarmCounter(hrtc); in HAL_RTC_GetAlarm()
1652 static uint32_t RTC_ReadAlarmCounter(RTC_HandleTypeDef *hrtc) in RTC_ReadAlarmCounter() function