Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_rtc.c257 rtc_time = LL_RTC_TIME_Get(RTC); in rtc_stm32_read()
259 } while (rtc_time != LL_RTC_TIME_Get(RTC)); in rtc_stm32_read()
261 rtc_time = LL_RTC_TIME_Get(RTC); in rtc_stm32_read()
310 rtc_time = LL_RTC_TIME_Get(RTC); in rtc_stm32_read()
/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c515 rtc_time = LL_RTC_TIME_Get(RTC); in rtc_stm32_get_time()
519 } while (rtc_time != LL_RTC_TIME_Get(RTC)); in rtc_stm32_get_time()