Searched defs:IS_RTC_MONTH (Results 1 – 14 of 14) sorted by relevance
206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
370 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1U) && ((MONTH) <= 12U)) macro
189 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
187 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
534 #define IS_RTC_MONTH(__MONTH__) (((__MONTH__) == RTC_MONTH_JANUARY) || \ macro
536 #define IS_RTC_MONTH(__MONTH__) (((__MONTH__) == RTC_MONTH_JANUARY) || \ macro
575 #define IS_RTC_MONTH(x) (((x) > 0) && ((x) < 13)) macro
577 #define IS_RTC_MONTH(x) (((x) > 0) && ((x) < 13)) macro
Completed in 39 milliseconds