Home
last modified time | relevance | path

Searched refs:month (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
1794 month = hrtc->DateToUpdate.Month; in RTC_DateUpdate()
1799 if ((month == 1U) || (month == 3U) || (month == 5U) || (month == 7U) || \ in RTC_DateUpdate()
1800 (month == 8U) || (month == 10U) || (month == 12U)) in RTC_DateUpdate()
1809 if (month != 12U) in RTC_DateUpdate()
1811 month++; in RTC_DateUpdate()
1817 month = 1U; in RTC_DateUpdate()
1823 else if ((month == 4U) || (month == 6U) || (month == 9U) || (month == 11U)) in RTC_DateUpdate()
1832 month++; in RTC_DateUpdate()
1836 else if (month == 2U) in RTC_DateUpdate()
[all …]