Searched refs:IS_RTC_TIME_HOURS (Results 1 – 4 of 4) sorted by relevance
148 assert_parameters(IS_RTC_TIME_HOURS(sTime->Hours)); in RTC_SetTime()288 assert_parameters(IS_RTC_TIME_HOURS(RTC_AlarmStruct->AlarmHours)); in RTC_SetAlarm()
99 #define IS_RTC_TIME_HOURS(__HOURS__) ((__HOURS__) < 0x24) macro
126 #define IS_RTC_TIME_HOURS(__HOURS__) ((__HOURS__) < 0x24U) macro
144 assert_parameters(IS_RTC_TIME_HOURS(sTime->Hours)); in RTC_SetTime()
Completed in 8 milliseconds