Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c1787 uint32_t year = 0U, month = 0U, day = 0U; in RTC_DateUpdate() local
1795 day = hrtc->DateToUpdate.Date; in RTC_DateUpdate()
1802 if (day < 31U) in RTC_DateUpdate()
1804 day++; in RTC_DateUpdate()
1812 day = 1U; in RTC_DateUpdate()
1818 day = 1U; in RTC_DateUpdate()
1825 if (day < 30U) in RTC_DateUpdate()
1827 day++; in RTC_DateUpdate()
1833 day = 1U; in RTC_DateUpdate()
1838 if (day < 28U) in RTC_DateUpdate()
[all …]