Home
last modified time | relevance | path

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

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_rtc.c150 assert_parameters(IS_RTC_TIME_SECS(sTime->Seconds)); in RTC_SetTime()
290 assert_parameters(IS_RTC_TIME_SECS(RTC_AlarmStruct->AlarmSeconds)); in RTC_SetAlarm()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_rtc.h103 #define IS_RTC_TIME_SECS(__SECS__) ((__SECS__) < 0x5A) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_rtc.h130 #define IS_RTC_TIME_SECS(__SECS__) ((__SECS__) < 0x5AU) macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_rtc.c146 assert_parameters(IS_RTC_TIME_SECS(sTime->Seconds)); in RTC_SetTime()

Completed in 12 milliseconds