Searched refs:AccurateSel (Results 1 – 2 of 2) sorted by relevance
139 void RTC_SetTime(RTC_TimeTypeDef *sTime, uint32_t AccurateSel) in RTC_SetTime() argument151 if (AccurateSel == RTC_ACCURATE) in RTC_SetTime()153 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_SetTime()162 if (AccurateSel == RTC_ACCURATE) in RTC_SetTime()203 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_GetTime()223 if (AccurateSel == RTC_ACCURATE) in RTC_GetTime()291 if (AccurateSel == RTC_ACCURATE) in RTC_SetAlarm()293 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_SetAlarm()302 if (AccurateSel == RTC_ACCURATE) in RTC_SetAlarm()339 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_GetAlarm()[all …]
187 void RTC_SetTime(RTC_TimeTypeDef *sTime, uint32_t AccurateSel);188 void RTC_GetTime(RTC_TimeTypeDef *gTime, uint32_t AccurateSel);192 void RTC_SetAlarm(RTC_AlarmTypeDef *RTC_AlarmStruct, uint32_t AccurateSel);193 void RTC_GetAlarm(RTC_AlarmTypeDef *RTC_AlarmStruct, uint32_t AccurateSel);
Completed in 6 milliseconds