Searched refs:month (Results 1 – 2 of 2) sorted by relevance
60 uint8_t rtc_get_month_days(uint32_t month, uint32_t year) in rtc_get_month_days() argument62 if (rtc_is_a_leap_year(year) && month == 1) in rtc_get_month_days()63 return rtc_months_days[month] + 1; in rtc_get_month_days()65 return rtc_months_days[month]; in rtc_get_month_days()
140 uint8_t rtc_get_month_days(uint32_t month, uint32_t year);295 static inline uint8_t __noreturn rtc_get_month_days(uint32_t month __unused, in rtc_get_month_days()