Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c530 int hw_wday = __LL_RTC_GET_WEEKDAY(rtc_date); in rtc_stm32_get_time() local
532 if (hw_wday == LL_RTC_WEEKDAY_SUNDAY) { in rtc_stm32_get_time()
537 timeptr->tm_wday = hw_wday; in rtc_stm32_get_time()