Searched refs:IS_RTC_TIME_SECS (Results 1 – 4 of 4) sorted by relevance
150 assert_parameters(IS_RTC_TIME_SECS(sTime->Seconds)); in RTC_SetTime()290 assert_parameters(IS_RTC_TIME_SECS(RTC_AlarmStruct->AlarmSeconds)); in RTC_SetAlarm()
103 #define IS_RTC_TIME_SECS(__SECS__) ((__SECS__) < 0x5A) macro
130 #define IS_RTC_TIME_SECS(__SECS__) ((__SECS__) < 0x5AU) macro
146 assert_parameters(IS_RTC_TIME_SECS(sTime->Seconds)); in RTC_SetTime()
Completed in 12 milliseconds