Home
last modified time | relevance | path

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

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c153 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_SetTime()
203 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_GetTime()
293 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_SetAlarm()
339 assert_parameters(IS_RTC_ACCURATESEL(AccurateSel)); in RTC_GetAlarm()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h46 #define IS_RTC_ACCURATESEL(__ACCURATESEL__) (((__ACCURATESEL__) == RTC_ACCURATE) ||\ macro

Completed in 11 milliseconds