Searched refs:IS_RTC_TIME_MINS (Results 1 – 4 of 4) sorted by relevance
149 assert_parameters(IS_RTC_TIME_MINS(sTime->Minutes)); in RTC_SetTime()289 assert_parameters(IS_RTC_TIME_MINS(RTC_AlarmStruct->AlarmMinutes)); in RTC_SetAlarm()
101 #define IS_RTC_TIME_MINS(__MINS__) ((__MINS__) < 0x5A) macro
128 #define IS_RTC_TIME_MINS(__MINS__) ((__MINS__) < 0x5AU) macro
145 assert_parameters(IS_RTC_TIME_MINS(sTime->Minutes)); in RTC_SetTime()
Completed in 11 milliseconds