Searched refs:IS_RTC_MINUTES (Results 1 – 2 of 2) sorted by relevance
337 assert_param(IS_RTC_MINUTES(RTC_TimeStruct->RTC_Minutes)); in RTC_SetTime()348 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Minutes))); in RTC_SetTime()599 assert_param(IS_RTC_MINUTES(RTC_AlarmStruct->RTC_AlarmTime.RTC_Minutes)); in RTC_SetAlarm()611 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmTime.RTC_Minutes))); in RTC_SetAlarm()
216 #define IS_RTC_MINUTES(MINUTES) ((MINUTES) <= 59) macro
Completed in 5 milliseconds