Searched refs:RTC_MAX_MONTH (Results 1 – 2 of 2) sorted by relevance
26 #define RTC_MAX_MONTH 12 macro45 #define IS_INVALID_MONTH(m) (((m) < RTC_JANUARY) || ((m) > RTC_MAX_MONTH))
281 tester->time.month = RTC_MAX_MONTH + 1; in RtcReadWriteAlarmMaxTimeTest()