Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c235 static uint8_t RTC_WeekDayNum(uint32_t nYear, uint8_t nMonth, uint8_t nDay);
956 …hrtc->DateToUpdate.WeekDay = RTC_WeekDayNum(hrtc->DateToUpdate.Year, hrtc->DateToUpdate.Month, hrt… in HAL_RTC_SetDate()
1871 hrtc->DateToUpdate.WeekDay = RTC_WeekDayNum(year, month, day); in RTC_DateUpdate()
1917 static uint8_t RTC_WeekDayNum(uint32_t nYear, uint8_t nMonth, uint8_t nDay) in RTC_WeekDayNum() function