Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rtc.c252 LL_RTC_TIME_Set(RTCx, counter_time); in LL_RTC_TIME_Init()
259 LL_RTC_TIME_Set(RTCx, counter_time); in LL_RTC_TIME_Init()
449 LL_RTC_TIME_Set(RTCx, TimeCounter); in LL_RTC_TIME_SetCounter()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rtc.h373 __STATIC_INLINE void LL_RTC_TIME_Set(RTC_TypeDef *RTCx, uint32_t TimeCounter) in LL_RTC_TIME_Set() function