Searched refs:RtcGetMonthDays (Results 1 – 2 of 2) sorted by relevance
14 uint8_t RtcGetMonthDays(const uint8_t isLeapYear, const uint8_t month) in RtcGetMonthDays() function35 maxDay = RtcGetMonthDays(IS_LEAP_YEAR(year), month); in RtcIsInvalidDay()68 days += RtcGetMonthDays(IS_LEAP_YEAR(time->year), month); in RtcGetWeekDay()104 days += RtcGetMonthDays(IS_LEAP_YEAR(time->year), month); in RtcTimeToTimestamp()132 while (days >= RtcGetMonthDays(IS_LEAP_YEAR(time->year), time->month)) { in TimestampToRtcTime()133 days -= RtcGetMonthDays(IS_LEAP_YEAR(time->year), time->month); in TimestampToRtcTime()
67 uint8_t RtcGetMonthDays(const uint8_t isLeapYear, const uint8_t month);