Home
last modified time | relevance | path

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

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c139 void RTC_SetTime(RTC_TimeTypeDef *sTime, uint32_t AccurateSel) in RTC_SetTime() argument
151 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 …]
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h187 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