Searched refs:IS_RTC_TIME_MONTH (Results 1 – 4 of 4) sorted by relevance
93 #define IS_RTC_TIME_MONTH(__MONTH__) (((__MONTH__) > 0x0U) && ((__MONTH__) < 0x13U)) macro
120 #define IS_RTC_TIME_MONTH(__MONTH__) (((__MONTH__) > 0x0U) && ((__MONTH__) < 0x13U)) macro
141 assert_parameters(IS_RTC_TIME_MONTH(sTime->Month)); in RTC_SetTime()
145 assert_parameters(IS_RTC_TIME_MONTH(sTime->Month)); in RTC_SetTime()
Completed in 10 milliseconds